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.
1 parent a0a9353 commit 41f7a75Copy full SHA for 41f7a75
images/test-runner/rootfs/Dockerfile
@@ -15,7 +15,7 @@ ARG BASE_IMAGE
15
ARG GOLANG_VERSION
16
ARG ETCD_VERSION
17
18
-FROM golang:${GOLANG_VERSION}-alpine3.18 as GO
+FROM golang:${GOLANG_VERSION}-alpine3.20 as GO
19
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd
20
21
FROM ${BASE_IMAGE}
0 commit comments