There was an error while loading. Please reload this page.
1 parent 26aaee0 commit e3aba46Copy full SHA for e3aba46
Dockerfile
@@ -1,5 +1,5 @@
1
# Create a builder image with the compilers, etc. needed
2
-FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20220426 AS build-env
+FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20221010 AS build-env
3
4
# Install all the required packages for building. This list is probably
5
# longer than necessary.
@@ -305,7 +305,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \
305
306
## Create the distro image with just what's needed at runtime
307
308
-FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20220426 AS runtime
+FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20221010 AS runtime
309
310
RUN echo "== Install Core/UI Runtime Dependencies ==" && \
311
tdnf install -y \
0 commit comments