We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abd469 commit 24e8327Copy full SHA for 24e8327
e2e/Dockerfile
@@ -1,6 +1,6 @@
1
FROM docker:20.10.13-dind
2
3
-ARG GOLANG_VERSION=1.20
+ARG GOLANG_VERSION=1.23.7
4
5
# Docker needs somewhere to put creds from docker login.
6
RUN wget https://github.com/docker/docker-credential-helpers/releases/download/v0.6.0/docker-credential-pass-v0.6.0-amd64.tar.gz && tar -xf docker-credential-pass-v0.6.0-amd64.tar.gz && chmod +x docker-credential-pass && mv docker-credential-pass /bin
0 commit comments