Skip to content

Commit

Permalink
Merge branch 'main' into cal/upgrade-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters authored Dec 7, 2023
2 parents c15ff0b + c5e1786 commit 662d61e
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 662d61e

Please sign in to comment.