Skip to content

Commit 42cc3ea

Browse files
committed
Fix Debian version of container image
As Debian 13 is newly introduced, this container image began to use it but haven't fitted with the new version. This commit is for fixing Debian version as 12(bookworm) which we used before, and we can upgrade into Debian 13 later.
1 parent fd97bce commit 42cc3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/buildutils/cw/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:stable AS base
1+
FROM debian:12 AS base
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

0 commit comments

Comments
 (0)