Skip to content

Commit 4b441aa

Browse files
deps: update ubuntu Docker tag to jammy-20250730
1 parent 4961857 commit 4b441aa

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-20250714
1+
FROM ubuntu:jammy-20250730
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
@@ -43,7 +43,7 @@ COPY --from=build \
4343
COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
4444

4545
# the coordinator container image
46-
FROM ubuntu:jammy-20250714 AS release
46+
FROM ubuntu:jammy-20250730 AS release
4747
ARG PSW_VERSION=2.26.100.0-jammy1
4848
ARG DCAP_VERSION=1.23.100.0-jammy1
4949
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \

0 commit comments

Comments
 (0)