diff --git a/dockerfiles/Dockerfile.build-base b/dockerfiles/Dockerfile.build-base index 10389e7b..ec6b6d9e 100644 --- a/dockerfiles/Dockerfile.build-base +++ b/dockerfiles/Dockerfile.build-base @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20240212 +FROM ubuntu:jammy-20240530 RUN apt-get update && apt-get install -dy --no-install-recommends \ build-essential \ ca-certificates \ diff --git a/dockerfiles/Dockerfile.coordinator b/dockerfiles/Dockerfile.coordinator index 8844480d..16db0a1d 100644 --- a/dockerfiles/Dockerfile.coordinator +++ b/dockerfiles/Dockerfile.coordinator @@ -43,7 +43,7 @@ COPY --from=build \ COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04 # the coordinator container image -FROM ubuntu:jammy-20240212 AS release +FROM ubuntu:jammy-20240530 AS release ARG PSW_VERSION=2.22.100.3-jammy1 ARG DCAP_VERSION=1.19.100.3-jammy1 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \