Update Mariner to 2.0.20240112

This commit is contained in:
Hideyuki Nagase 2024-04-02 09:52:34 -07:00
Родитель f841035c4b
Коммит 2eff401c9d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,5 @@
# Create a builder image with the compilers, etc. needed
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20231130 AS build-env
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240112 AS build-env
# Install all the required packages for building. This list is probably
# longer than necessary.
@ -306,7 +306,7 @@ RUN if [ -z "$SYSTEMDISTRO_DEBUG_BUILD" ] ; then \
## Create the distro image with just what's needed at runtime
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20231130 AS runtime
FROM mcr.microsoft.com/cbl-mariner/base/core:2.0.20240112 AS runtime
RUN echo "== Install Core/UI Runtime Dependencies ==" && \
tdnf install -y \