Skip to content

Commit

Permalink
chore(deps): Bump golang from 1.20.7-alpine3.17 to 1.21.0-alpine3.17 …
Browse files Browse the repository at this point in the history
…in /docker (#2231)
  • Loading branch information
dependabot[bot] authored Aug 10, 2023
1 parent e8f0917 commit 6f8e284
Showing 1 changed file with 1 addition and 1 deletion.
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 docker.io/golang:1.20.7-alpine3.17 as builder
FROM docker.io/golang:1.21.0-alpine3.17 as builder
# hadolint ignore=DL3018
RUN apk update && apk add --no-cache \
gcc \
Expand Down

0 comments on commit 6f8e284

Please sign in to comment.