We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a7178 commit a25dff2Copy full SHA for a25dff2
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 maven
8
-ARG GOLANG_VERSION=1.21.8
+ARG GOLANG_VERSION=1.22.1
9
ARG TARGETARCH
10
ENV ARCHITECTURE=$TARGETARCH
11
0 commit comments