Skip to content

Commit

Permalink
Bump alpine from 3.20 to 3.21
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and k8s-ci-robot committed Dec 8, 2024
1 parent e8c93c1 commit 3848e68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.signimage
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.20 as ksource
FROM alpine:3.21 as ksource

RUN ["apk", "add", "linux-virt-dev"]

FROM alpine:3.20
FROM alpine:3.21

COPY --from=ksource /usr/src/linux-headers-*-virt/scripts/sign-file /usr/local/bin/sign-file

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY .git .git
# Build
RUN ["make", "worker"]

FROM alpine:3.20
FROM alpine:3.21

RUN ["apk", "add", "ca-certificates", "kmod"]

Expand Down

0 comments on commit 3848e68

Please sign in to comment.