Skip to content

Commit

Permalink
chore(deps): Bump golang in /docker
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.4-alpine3.19 to 1.22.5-alpine3.19.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 1, 2024
1 parent fc43740 commit b6de15d
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 --platform=$BUILDPLATFORM docker.io/golang:1.22.4-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22.5-alpine3.19 as builder

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit b6de15d

Please sign in to comment.