Skip to content

Commit d404c41

Browse files
deps: update ubuntu Docker tag to jammy-20260109
1 parent 5157231 commit d404c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/Dockerfile.build-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20251013
1+
FROM ubuntu:jammy-20260109
22
RUN apt-get update && apt-get install -dy --no-install-recommends \
33
build-essential \
44
ca-certificates \

dockerfiles/Dockerfile.coordinator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --from=build \
4242
COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
4343

4444
# the coordinator container image
45-
FROM ubuntu:jammy-20251013 AS release
45+
FROM ubuntu:jammy-20260109 AS release
4646
ARG PSW_VERSION=2.27.100.1-jammy1
4747
ARG DCAP_VERSION=1.24.100.2-jammy1
4848
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \

0 commit comments

Comments
 (0)