Skip to content

Commit 73fc361

Browse files
fix(deps): non-rolling Ubuntu Noble tag
Improve dependency tracking with a fixed Ubuntu Noble tag.
1 parent dea0dcb commit 73fc361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Base Ubuntu + Samba image
2-
FROM docker.io/library/ubuntu:24.04 AS ubuntu-samba-base
2+
FROM docker.io/library/ubuntu:noble-20251001 AS ubuntu-samba-base
33

44
ENV DEBIAN_FRONTEND=noninteractive
55

0 commit comments

Comments
 (0)