diff --git a/Dockerfile b/Dockerfile index 7a5d224619..afd5954568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ENV GO111MODULE=on COPY go.mod /etc/go.mod RUN git clone --depth 1 --branch $(cat /etc/go.mod | grep k8scloudconfig | awk '{print $2}') https://github.com/giantswarm/k8scloudconfig.git && cp -r k8scloudconfig /opt/k8scloudconfig -FROM alpine:3.18.4 +FROM alpine:3.19.0 RUN apk add --no-cache ca-certificates