From 3636324509634a8f8743e0dcc25b1077726949c7 Mon Sep 17 00:00:00 2001 From: Hideyuki Nagase Date: Thu, 28 Dec 2023 09:09:37 -0800 Subject: [PATCH] update Mariner to 20231130 release --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f46d2444..0871cc2b 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.20231106 AS build-env +FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20231130 AS build-env # Install all the required packages for building. This list is probably # longer than necessary. @@ -129,6 +129,7 @@ ARG FREERDP_VERSION=2 WORKDIR /work RUN echo "WSLg (" ${WSLG_ARCH} "):" ${WSLG_VERSION} > /work/versions.txt +RUN echo "Built at:" `date --utc` >> /work/versions.txt RUN echo "Mariner:" `cat /etc/os-release | head -2 | tail -1` >> /work/versions.txt @@ -305,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.20231106 AS runtime +FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20231130 AS runtime RUN echo "== Install Core/UI Runtime Dependencies ==" && \ tdnf install -y \