Skip to content

Commit 9931422

Browse files
fix: temporarily downgrading node to fix CI (#251)
1 parent 94fb40c commit 9931422

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/Dockerfile.bridge

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ENV CELESTIA_HOME=/root
1010
RUN apk update && apk add --no-cache bash jq
1111

1212
# Copy in the binary
13-
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.21.5 /bin/celestia /bin/celestia
14-
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.21.5 /bin/cel-key /bin/cel-key
13+
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.20.4 /bin/celestia /bin/celestia
14+
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.20.4 /bin/cel-key /bin/cel-key
1515

1616
COPY ./run-bridge.sh /opt/entrypoint.sh
1717

ci/Dockerfile.lightnode

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ ENV CELESTIA_HOME=/root
1010
RUN apk update && apk add --no-cache bash jq
1111

1212
# Copy in the binary
13-
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.21.5 /bin/celestia /bin/celestia
14-
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.21.5 /bin/cel-key /bin/cel-key
13+
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.20.4 /bin/celestia /bin/celestia
14+
COPY --from=ghcr.io/celestiaorg/celestia-node:v0.20.4 /bin/cel-key /bin/cel-key
1515

1616
COPY ./run-lightnode.sh /opt/entrypoint.sh
1717

ci/Dockerfile.validator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV CELESTIA_HOME=/root
1010
RUN apk update && apk add --no-cache bash jq
1111

1212
# Copy in the binary
13-
COPY --from=ghcr.io/celestiaorg/celestia-app:v3.3.1 /bin/celestia-appd /bin/celestia-appd
13+
COPY --from=ghcr.io/celestiaorg/celestia-app:v3.0.2 /bin/celestia-appd /bin/celestia-appd
1414

1515
COPY ./run-validator.sh /opt/entrypoint.sh
1616

0 commit comments

Comments
 (0)