Skip to content

Commit 195ce18

Browse files
authored
Merge pull request #11546 from strongjz/test-image-v0.0.4
update test runner go base to 3.20
2 parents 74a1046 + 84b8270 commit 195ce18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/test-runner/rootfs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ARG BASE_IMAGE
1515
ARG GOLANG_VERSION
1616
ARG ETCD_VERSION
1717

18-
FROM golang:${GOLANG_VERSION}-alpine3.18 as GO
18+
FROM golang:${GOLANG_VERSION}-alpine3.20 as GO
1919
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd
2020

2121
FROM ${BASE_IMAGE}

0 commit comments

Comments
 (0)