We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aa1fb8 + 0b7a2c4 commit b7806e5Copy full SHA for b7806e5
dockerfiles/golang/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates
5
rm -rf /var/lib/apt/lists/*
6
7
# Now time to install golang
8
-ARG GOLANG_VERSION=1.24.5
+ARG GOLANG_VERSION=1.24.6
9
ARG TARGETARCH
10
ENV ARCHITECTURE=$TARGETARCH
11
0 commit comments