Skip to content

Commit 84b8270

Browse files
committed
update test runner go base to 3.20
Signed-off-by: James Strong <[email protected]>
1 parent 21d6a77 commit 84b8270

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)