Skip to content

Commit b8a315a

Browse files
authored
Merge pull request #12 from linuxserver/bookworm-update
2 parents bc035c2 + a43eb63 commit b8a315a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
/root-out/var/log/*
2828

2929
# set version for s6 overlay
30-
ARG S6_OVERLAY_VERSION="3.1.5.0"
30+
ARG S6_OVERLAY_VERSION="3.1.6.2"
3131
ARG S6_OVERLAY_ARCH="x86_64"
3232

3333
# add s6 overlay
@@ -101,6 +101,7 @@ RUN \
101101
> /run/systemd/container && \
102102
echo "**** install apt-utils and locales ****" && \
103103
apt-get update && \
104+
apt-get upgrade -y && \
104105
apt-get install -y \
105106
apt-utils \
106107
locales && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN \
2727
/root-out/var/log/*
2828

2929
# set version for s6 overlay
30-
ARG S6_OVERLAY_VERSION="3.1.5.0"
30+
ARG S6_OVERLAY_VERSION="3.1.6.2"
3131
ARG S6_OVERLAY_ARCH="aarch64"
3232

3333
# add s6 overlay
@@ -101,6 +101,7 @@ RUN \
101101
> /run/systemd/container && \
102102
echo "**** install apt-utils and locales ****" && \
103103
apt-get update && \
104+
apt-get upgrade -y && \
104105
apt-get install -y \
105106
apt-utils \
106107
locales && \

0 commit comments

Comments
 (0)