We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4961857 commit 4b441aaCopy full SHA for 4b441aa
dockerfiles/Dockerfile.build-base
@@ -1,4 +1,4 @@
1
-FROM ubuntu:jammy-20250714
+FROM ubuntu:jammy-20250730
2
RUN apt-get update && apt-get install -dy --no-install-recommends \
3
build-essential \
4
ca-certificates \
dockerfiles/Dockerfile.coordinator
@@ -43,7 +43,7 @@ COPY --from=build \
43
COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
44
45
# the coordinator container image
46
-FROM ubuntu:jammy-20250714 AS release
+FROM ubuntu:jammy-20250730 AS release
47
ARG PSW_VERSION=2.26.100.0-jammy1
48
ARG DCAP_VERSION=1.23.100.0-jammy1
49
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \
0 commit comments