We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09b02e commit 705e96cCopy full SHA for 705e96c
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.20240112 AS build-env
+FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240615 AS build-env
3
4
# Install all the required packages for building. This list is probably
5
# longer than necessary.
@@ -306,7 +306,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \
306
307
## Create the distro image with just what's needed at runtime
308
309
-FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240112 AS runtime
+FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240615 AS runtime
310
311
RUN echo "== Install Core/UI Runtime Dependencies ==" && \
312
tdnf install -y \
0 commit comments