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
…21.2 to 3.21.3 in /components/serverless/deploy/manager (#1465)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2025
1 parent 98872f2 commit b14351d
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.21.2 as certs
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.3 as certs

RUN apk add --no-cache ca-certificates

FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.2
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.3

ENV LIBGIT2_VERSION=1.5.2-r0

Expand Down

0 comments on commit b14351d

Please sign in to comment.