Skip to content

Commit

Permalink
Merge pull request #159 from linuxserver/noble-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Mar 19, 2024
2 parents 1a414a3 + a4e90d4 commit 78396ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 && \
Expand Down
5 changes: 3 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 && \
Expand All @@ -117,7 +118,7 @@ RUN \
curl \
gnupg \
jq \
netcat-openbsd \
netcat-openbsd \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
Expand Down

0 comments on commit 78396ce

Please sign in to comment.