We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fe046 commit ded22e1Copy full SHA for ded22e1
Dockerfile.dapper
@@ -1,4 +1,4 @@
1
-ARG GOLANG=golang:1.22.10-alpine3.20
+ARG GOLANG=golang:1.23.4-alpine3.20
2
FROM ${GOLANG}
3
4
# Set proxy environment variables
Dockerfile.local
FROM ${GOLANG} AS infra
ARG http_proxy
Dockerfile.manifest
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
Dockerfile.test
FROM ${GOLANG} AS test-base
RUN apk -U --no-cache add bash jq
0 commit comments