From 1418cd343bb7e85cd726f7e41ede376a833cc36f Mon Sep 17 00:00:00 2001 From: Hideyuki Nagase Date: Wed, 26 Jun 2024 11:17:11 -0700 Subject: [PATCH] Update Mariner to 2.0.20240609 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7b2a8ff2..4ad747d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Create a builder image with the compilers, etc. needed -FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240112 AS build-env +FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240615 AS build-env # Install all the required packages for building. This list is probably # longer than necessary. @@ -306,7 +306,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \ ## Create the distro image with just what's needed at runtime -FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240112 AS runtime +FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240615 AS runtime RUN echo "== Install Core/UI Runtime Dependencies ==" && \ tdnf install -y \