Skip to content

Commit

Permalink
operator(deps): bump kyma-project/prod/external/library/alpine
Browse files Browse the repository at this point in the history
Bumps kyma-project/prod/external/library/alpine from 3.21.0 to 3.21.2.

---
updated-dependencies:
- dependency-name: kyma-project/prod/external/library/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 20, 2025
1 parent 99c0e11 commit 0ca248e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o operator ./components/o

# Replace main images in values.yaml
# Bumping serverless images in the values.yaml - used for building "local" and "dev" images
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.0 as replacer
FROM europe-docker.pkg.dev/kyma-project/prod/external/library/alpine:3.21.2 as replacer

WORKDIR /workdir

Expand Down

0 comments on commit 0ca248e

Please sign in to comment.