diff --git a/Dockerfile.globalaccounts b/Dockerfile.globalaccounts index a90277ceea..18fbaed723 100644 --- a/Dockerfile.globalaccounts +++ b/Dockerfile.globalaccounts @@ -12,7 +12,7 @@ COPY go.sum go.sum RUN CGO_ENABLED=0 go build -o /bin/globalaccounts cmd/globalaccounts/main.go # Get latest CA certs -FROM alpine:3.21.0 as certs +FROM alpine:3.21.2 as certs RUN apk --update add ca-certificates # Final image diff --git a/Dockerfile.job b/Dockerfile.job index 87b811f3d7..4817ddb10b 100644 --- a/Dockerfile.job +++ b/Dockerfile.job @@ -13,7 +13,7 @@ ARG BIN RUN CGO_ENABLED=0 go build -o /bin/main ./cmd/${BIN}/main.go # Get latest CA certs -FROM alpine:3.21.0 as certs +FROM alpine:3.21.2 as certs RUN apk --update add ca-certificates # Final image diff --git a/Dockerfile.keb b/Dockerfile.keb index a1f86af360..1c81d01a3a 100644 --- a/Dockerfile.keb +++ b/Dockerfile.keb @@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -o /bin/kyma-env-broker ./cmd/broker/ RUN touch /swagger.yaml # Get latest CA certs -FROM alpine:3.21.0 as certs +FROM alpine:3.21.2 as certs RUN apk --update add ca-certificates # Final image diff --git a/Dockerfile.subaccountsync b/Dockerfile.subaccountsync index bcc2d41216..d49f446e23 100644 --- a/Dockerfile.subaccountsync +++ b/Dockerfile.subaccountsync @@ -12,7 +12,7 @@ COPY go.sum go.sum RUN CGO_ENABLED=0 go build -o /bin/subaccount-sync cmd/subaccountsync/main.go # Get latest CA certs -FROM alpine:3.21.0 as certs +FROM alpine:3.21.2 as certs RUN apk --update add ca-certificates # Final image