We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a45015 commit f809312Copy full SHA for f809312
dockerfiles/Dockerfile.build-base
@@ -1,4 +1,4 @@
1
-FROM ubuntu:jammy-20251013
+FROM ubuntu:jammy-20260210.1
2
RUN apt-get update && apt-get install -dy --no-install-recommends \
3
build-essential \
4
ca-certificates \
dockerfiles/Dockerfile.coordinator
@@ -42,7 +42,7 @@ COPY --from=build \
42
COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
43
44
# the coordinator container image
45
-FROM ubuntu:jammy-20251013 AS release
+FROM ubuntu:jammy-20260210.1 AS release
46
ARG PSW_VERSION=2.27.100.1-jammy1
47
ARG DCAP_VERSION=1.24.100.2-jammy1
48
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \
0 commit comments