Skip to content

Commit 09cdd0f

Browse files
hideyukn88Hideyuki Nagase
andauthored
update Mariner to 20231130 release (#1171)
Co-authored-by: Hideyuki Nagase <hideyukn@HIDEYUKN-SB3>
1 parent d6a02d0 commit 09cdd0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 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.20231106 AS build-env
2+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20231130 AS build-env
33

44
# Install all the required packages for building. This list is probably
55
# longer than necessary.
@@ -129,6 +129,7 @@ ARG FREERDP_VERSION=2
129129

130130
WORKDIR /work
131131
RUN echo "WSLg (" ${WSLG_ARCH} "):" ${WSLG_VERSION} > /work/versions.txt
132+
RUN echo "Built at:" `date --utc` >> /work/versions.txt
132133

133134
RUN echo "Mariner:" `cat /etc/os-release | head -2 | tail -1` >> /work/versions.txt
134135

@@ -305,7 +306,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \
305306

306307
## Create the distro image with just what's needed at runtime
307308

308-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20231106 AS runtime
309+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20231130 AS runtime
309310

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

0 commit comments

Comments
 (0)