Skip to content

Commit 7fc7e2f

Browse files
deps: update ubuntu Docker tag to jammy-20240530 (#612)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afde5c5 commit 7fc7e2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: dockerfiles/Dockerfile.build-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:jammy-20240212
1+
FROM ubuntu:jammy-20240530
22
RUN apt-get update && apt-get install -dy --no-install-recommends \
33
build-essential \
44
ca-certificates \

Diff for: dockerfiles/Dockerfile.coordinator

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ COPY --from=build \
4343
COPY --from=build /mrbuild/marblerun /marblerun-ubuntu-22.04
4444

4545
# the coordinator container image
46-
FROM ubuntu:jammy-20240212 AS release
46+
FROM ubuntu:jammy-20240530 AS release
4747
ARG PSW_VERSION=2.22.100.3-jammy1
4848
ARG DCAP_VERSION=1.19.100.3-jammy1
4949
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \

0 commit comments

Comments
 (0)