Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
Roxedus 78396ce93f
Merge pull request #159 from linuxserver/noble-upgrade 2024-03-19 23:01:30 +01:00
TheSpad a4e90d4a79
Run apt-get upgrade during build 2024-03-19 15:04:14 +00:00
TheSpad bf58eadc92
Bump s6 to 3.1.6.2 2024-03-19 15:03:39 +00:00
2 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -29,7 +29,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
@ -108,6 +108,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

@ -29,7 +29,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
@ -108,6 +108,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 && \
@ -117,7 +118,7 @@ RUN \
curl \
gnupg \
jq \
netcat-openbsd \
netcat-openbsd \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \