File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ENV CELESTIA_HOME=/root
10
10
RUN apk update && apk add --no-cache bash jq
11
11
12
12
# 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
15
15
16
16
COPY ./run-bridge.sh /opt/entrypoint.sh
17
17
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ ENV CELESTIA_HOME=/root
10
10
RUN apk update && apk add --no-cache bash jq
11
11
12
12
# 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
15
15
16
16
COPY ./run-lightnode.sh /opt/entrypoint.sh
17
17
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV CELESTIA_HOME=/root
10
10
RUN apk update && apk add --no-cache bash jq
11
11
12
12
# 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
14
14
15
15
COPY ./run-validator.sh /opt/entrypoint.sh
16
16
You can’t perform that action at this time.
0 commit comments