Skip to content

Commit

Permalink
manager(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/manager (#1288)

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 bf46c34 commit edc7f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/serverless/deploy/manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ RUN go build -ldflags "-s -w" -a -o manager ./components/serverless/cmd/manager/
&& mkdir /app \
&& mv ./manager /app/manager

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 europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.20.3
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.0

ENV LIBGIT2_VERSION=1.5.2-r0

Expand Down

0 comments on commit edc7f04

Please sign in to comment.