We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afde5c5 commit 7fc7e2fCopy full SHA for 7fc7e2f
dockerfiles/Dockerfile.build-base
@@ -1,4 +1,4 @@
1
-FROM ubuntu:jammy-20240212
+FROM ubuntu:jammy-20240530
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-20240212 AS release
+FROM ubuntu:jammy-20240530 AS release
47
ARG PSW_VERSION=2.22.100.3-jammy1
48
ARG DCAP_VERSION=1.19.100.3-jammy1
49
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \
0 commit comments