Skip to content

Commit 8fe722c

Browse files
deps: update ubuntu Docker tag to jammy-20240808 (#708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95d240a commit 8fe722c

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-20240530
1+
FROM ubuntu:jammy-20240808
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-20240530 AS release
46+
FROM ubuntu:jammy-20240808 AS release
4747
ARG PSW_VERSION=2.24.100.3-jammy1
4848
ARG DCAP_VERSION=1.21.100.3-jammy1
4949
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates libcurl4 wget \

0 commit comments

Comments
 (0)