Skip to content

Commit

Permalink
update golang to 1.21.1 (#2652)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-delgado committed Sep 6, 2023
1 parent 5278b9b commit 415d835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
################
# Binary tools
################
ARG GOLANG_IMAGE=golang:1.21.0-bullseye
ARG GOLANG_IMAGE=golang:1.21.1-bullseye
# hadolint ignore=DL3006
FROM ${GOLANG_IMAGE} as binary_tools_context
# TARGETARCH is an automatic platform ARG enabled by Docker BuildKit.
Expand Down

0 comments on commit 415d835

Please sign in to comment.