File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
130130WORKDIR /work
131131RUN echo "WSLg (" ${WSLG_ARCH} "):" ${WSLG_VERSION} > /work/versions.txt
132+ RUN echo "Built at:" `date --utc` >> /work/versions.txt
132133
133134RUN 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
310311RUN echo "== Install Core/UI Runtime Dependencies ==" && \
311312 tdnf install -y \
You can’t perform that action at this time.
0 commit comments