Skip to content

Commit 24e8327

Browse files
committed
and also the e2e dockerfile
1 parent 2abd469 commit 24e8327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker:20.10.13-dind
22

3-
ARG GOLANG_VERSION=1.20
3+
ARG GOLANG_VERSION=1.23.7
44

55
# Docker needs somewhere to put creds from docker login.
66
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

Comments
 (0)