Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.22 as ksource
FROM alpine:3.23 as ksource

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

FROM alpine:3.22
FROM alpine:3.23

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.22
FROM alpine:3.23

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

Expand Down
Loading