Skip to content

Commit

Permalink
Merge branch 'cal/upgrade-cli' of github.com:celestiaorg/celestia-app…
Browse files Browse the repository at this point in the history
… into cal/upgrade-cli
  • Loading branch information
cmwaters committed Dec 7, 2023
2 parents 03aa698 + 662d61e commit bbdcd15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1 Generate celestia-appd Binary
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21.4-alpine3.18 as builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21.5-alpine3.18 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_txsim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: generate celestia-appd binary
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21.4-alpine3.18 as builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.21.5-alpine3.18 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit bbdcd15

Please sign in to comment.