Skip to content

Commit da46a78

Browse files
dependabot[bot]k8s-ci-robot
authored andcommitted
Bump alpine from 3.21 to 3.22
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5edd284 commit da46a78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile.signimage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM alpine:3.21 as ksource
1+
FROM alpine:3.22 as ksource
22

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

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

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

Dockerfile.worker

Lines changed: 1 addition & 1 deletion
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.21
31+
FROM alpine:3.22
3232

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

0 commit comments

Comments
 (0)