Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Roxedus 015c4ac8a8
Merge pull request #160 from linuxserver/focal-upgrade 2024-03-19 22:54:20 +01:00
TheSpad 27bdb9db96
Bump s6 to 3.1.6.2 and run apt-get upgrade on build 2024-03-19 15:26:28 +00:00
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 && \