From 7171c58e794bc40b61bed767b8166db9b46ab4ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:31:56 +0000 Subject: [PATCH] docker(deps): bump alpine from 3.21.0 to 3.21.2 Bumps alpine from 3.21.0 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.globalaccounts | 2 +- Dockerfile.job | 2 +- Dockerfile.keb | 2 +- Dockerfile.subaccountsync | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.globalaccounts b/Dockerfile.globalaccounts index 02a2691a5c..a03f698cc0 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 815c6550f0..ada522dea7 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 4ff809a29f..4ebefdeef8 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 bde47b1a34..c2df43f463 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