Upgrade to Golang 1.20.4 (#10016)
* Upgrade to Golang 1.20.4 and alpine 3.18.0 * Handle Review comments
This commit is contained in:
parent
d02ba28b96
commit
8a61027f1a
6 changed files with 7 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ ARG BASE_IMAGE
|
|||
ARG GOLANG_VERSION
|
||||
ARG ETCD_VERSION
|
||||
|
||||
FROM golang:${GOLANG_VERSION}-alpine3.17 as GO
|
||||
FROM golang:${GOLANG_VERSION}-alpine3.18 as GO
|
||||
FROM registry.k8s.io/etcd:${ETCD_VERSION} as etcd
|
||||
|
||||
FROM ${BASE_IMAGE}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue