diff --git a/dockerfiles/Dockerfile.build-base b/dockerfiles/Dockerfile.build-base index 65c3670d9..2c464392a 100644 --- a/dockerfiles/Dockerfile.build-base +++ b/dockerfiles/Dockerfile.build-base @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20251013 +FROM ubuntu:jammy-20260217 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 ce68eab18..1fb9defab 100644 --- a/dockerfiles/Dockerfile.coordinator +++ b/dockerfiles/Dockerfile.coordinator @@ -42,7 +42,7 @@ COPY --from=build \ COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04 # the coordinator container image -FROM ubuntu:jammy-20251013 AS release +FROM ubuntu:jammy-20260217 AS release ARG PSW_VERSION=2.27.100.1-jammy1 ARG DCAP_VERSION=1.24.100.2-jammy1 RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \