Skip to content

Commit e3aba46

Browse files
hideyukn88Hideyuki Nagase
andauthored
wslg: update mariner to 2.0 official release (#874)
Co-authored-by: Hideyuki Nagase <hideyukn@HIDEYUKN-SB3>
1 parent 26aaee0 commit e3aba46

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.20220426 AS build-env
2+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20221010 AS build-env
33

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

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

308-
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20220426 AS runtime
308+
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20221010 AS runtime
309309

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

0 commit comments

Comments
 (0)