Skip to content

Commit 705e96c

Browse files
hideyukn88Hideyuki Nagase
andauthored
Update Mariner to 2.0.20240609 (#1261)
Co-authored-by: Hideyuki Nagase <hideyukn@HIDEYUKN-SB3>
1 parent e09b02e commit 705e96c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Create a builder image with the compilers, etc. needed
2-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240112 AS build-env
2+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240615 AS build-env
33

44
# Install all the required packages for building. This list is probably
55
# longer than necessary.
@@ -306,7 +306,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \
306306

307307
## Create the distro image with just what's needed at runtime
308308

309-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240112 AS runtime
309+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240615 AS runtime
310310

311311
RUN echo "== Install Core/UI Runtime Dependencies ==" && \
312312
tdnf install -y \

0 commit comments

Comments
 (0)