Skip to content

Commit

Permalink
image-detector(deps): bump alpine in /cmd/image-detector (kyma-projec…
Browse files Browse the repository at this point in the history
…t#12526)

Bumps alpine from 3.21.1 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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent e2481ef commit 27e5119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/image-detector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WORKDIR /app/cmd/image-detector
# Build the Go app with static linking
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o main .

FROM alpine:3.21.1
FROM alpine:3.21.2

LABEL io.kyma-project.source=github.com/kyma-project/test-infra/cmd/image-detector

Expand Down

0 comments on commit 27e5119

Please sign in to comment.