Skip to content

Commit

Permalink
Merge pull request #11247 from strongjz/e2e-1.9-update
Browse files Browse the repository at this point in the history
update 1.9 e2e test image
  • Loading branch information
strongjz authored Apr 10, 2024
2 parents 15b793d + 5999402 commit 77fad43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/test-runner/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 77fad43

Please sign in to comment.