From a9f3c411ee3cebae28540c0a440dedc7925f63be Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 21 Feb 2023 17:21:38 -0800 Subject: [PATCH] Update Dockerfile --- control-plane/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-plane/Dockerfile b/control-plane/Dockerfile index 2989712a5f..850cdd42c6 100644 --- a/control-plane/Dockerfile +++ b/control-plane/Dockerfile @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 go install github.com/hashicorp/go-discover/cmd/discover@49f60 # dev copies the binary from a local build # ----------------------------------- # BIN_NAME is a requirement in the hashicorp docker github action -FROM alpine:3.16 AS dev +FROM alpine:3.17 AS dev # NAME and VERSION are the name of the software in releases.hashicorp.com # and the version to download. Example: NAME=consul VERSION=1.2.3. @@ -71,7 +71,7 @@ CMD /bin/${BIN_NAME} # We don't rebuild the software because we want the exact checksums and # binary signatures to match the software and our builds aren't fully # reproducible currently. -FROM alpine:3.16 AS release-default +FROM alpine:3.17 AS release-default ARG BIN_NAME=consul-k8s-control-plane ARG CNI_BIN_NAME=consul-cni