Skip to content

Commit

Permalink
build(deps): update golang docker tag to v1.22.4 (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 29, 2024
1 parent f3fa2b9 commit 7d1947d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the application from source.
FROM golang:1.22.3-alpine@sha256:7e788330fa9ae95c68784153b7fd5d5076c79af47651e992a3cdeceeb5dd1df0 AS go-builder
FROM golang:1.22.4-alpine@sha256:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8 AS go-builder

ENV GOCACHE="/cache/go-build" \
# Disable CGO to build a static binary.
Expand Down

0 comments on commit 7d1947d

Please sign in to comment.