Merge pull request #11247 from strongjz/e2e-1.9-update

update 1.9 e2e test image
This commit is contained in:
James Strong 2024-04-10 15:11:00 -04:00 committed by GitHub
commit 77fad43226
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ ARG BASE_IMAGE
ARG GOLANG_VERSION
ARG ETCD_VERSION
FROM golang:${GOLANG_VERSION}-alpine3.18 as GO
FROM golang:${GOLANG_VERSION}-alpine3.19 as GO
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd
FROM ${BASE_IMAGE}