Skip to content

Commit

Permalink
docker(deps): bump alpine from 3.21.0 to 3.21.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 599f8f5 commit 7171c58
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.globalaccounts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.job
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.keb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.subaccountsync
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7171c58

Please sign in to comment.