Skip to content

Commit

Permalink
webhook(deps): bump kyma-project/prod/external/library/alpine from 3.…
Browse files Browse the repository at this point in the history
…20.3 to 3.21.0 in /components/serverless/deploy/webhook (#1287)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent 874a9b1 commit f5775dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serverless/deploy/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o webhook-server ./compon
&& mv ./webhook-server /app/webhook-server

# get latest CA certs from alpine:3.17.4
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.20.3 as certs
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.0 as certs
RUN apk add --no-cache ca-certificates

FROM scratch
Expand Down

0 comments on commit f5775dd

Please sign in to comment.