diff --git a/components/central-application-gateway/Dockerfile b/components/central-application-gateway/Dockerfile index 5e06bd86d44e..2f9875830f85 100644 --- a/components/central-application-gateway/Dockerfile +++ b/components/central-application-gateway/Dockerfile @@ -14,7 +14,7 @@ RUN echo "nobody:x:65534:5534:nobody:/:" > /etc_passwd RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o applicationgateway ./cmd/applicationgateway -FROM eu.gcr.io/kyma-project/external/alpine:3.14.2 as certs +FROM eu.gcr.io/kyma-project/external/alpine:3.17.1 as certs RUN apk add -U --no-cache ca-certificates FROM scratch