update test runner go base to 3.20
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
21d6a773d1
commit
84b8270bd6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ ARG BASE_IMAGE
|
||||||
ARG GOLANG_VERSION
|
ARG GOLANG_VERSION
|
||||||
ARG ETCD_VERSION
|
ARG ETCD_VERSION
|
||||||
|
|
||||||
FROM golang:${GOLANG_VERSION}-alpine3.18 as GO
|
FROM golang:${GOLANG_VERSION}-alpine3.20 as GO
|
||||||
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd
|
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd
|
||||||
|
|
||||||
FROM ${BASE_IMAGE}
|
FROM ${BASE_IMAGE}
|
||||||
|
|
Loading…
Reference in a new issue