Skip to content

Commit 3848e68

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
Bump alpine from 3.20 to 3.21
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] <[email protected]>
1 parent e8c93c1 commit 3848e68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.signimage

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM alpine:3.20 as ksource
1+
FROM alpine:3.21 as ksource
22

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

5-
FROM alpine:3.20
5+
FROM alpine:3.21
66

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

Dockerfile.worker

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY .git .git
2828
# Build
2929
RUN ["make", "worker"]
3030

31-
FROM alpine:3.20
31+
FROM alpine:3.21
3232

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

0 commit comments

Comments
 (0)