diff --git a/Dockerfile b/Dockerfile index 969b9fe..e82d0b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN cat /etc/go.mod | grep k8scloudconfig | awk '{print $1"/...@"$2}' | xargs -I # This is needed to extract the versioned catalog name, e.g. v6@6.0.1 RUN ln -s /go/pkg/mod/$(cat /etc/go.mod | grep k8scloudconfig | awk '{print $1"@"$2}') /opt/k8scloudconfig -FROM alpine:3.18.4 +FROM alpine:3.20.0 RUN apk add --no-cache ca-certificates