Bump s6 to 3.1.6.2 and run apt-get upgrade on build

pull/160/head
TheSpad 2024-03-19 15:26:28 +00:00
rodzic 15573c2306
commit 27bdb9db96
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 08F06191F4587860
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -25,7 +25,7 @@ RUN \
/root-out/var/log/*
# set version for s6 overlay
ARG S6_OVERLAY_VERSION="3.1.5.0"
ARG S6_OVERLAY_VERSION="3.1.6.2"
ARG S6_OVERLAY_ARCH="x86_64"
# add s6 overlay
@ -99,6 +99,7 @@ RUN \
> /run/systemd/container && \
echo "**** install apt-utils and locales ****" && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
apt-utils \
locales && \

Wyświetl plik

@ -25,7 +25,7 @@ RUN \
/root-out/var/log/*
# set version for s6 overlay
ARG S6_OVERLAY_VERSION="3.1.5.0"
ARG S6_OVERLAY_VERSION="3.1.6.2"
ARG S6_OVERLAY_ARCH="aarch64"
# add s6 overlay
@ -99,6 +99,7 @@ RUN \
> /run/systemd/container && \
echo "**** install apt-utils and locales ****" && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
apt-utils \
locales && \