File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 27
27
/root-out/var/log/*
28
28
29
29
# set version for s6 overlay
30
- ARG S6_OVERLAY_VERSION="3.1.5.0 "
30
+ ARG S6_OVERLAY_VERSION="3.1.6.2 "
31
31
ARG S6_OVERLAY_ARCH="x86_64"
32
32
33
33
# add s6 overlay
@@ -101,6 +101,7 @@ RUN \
101
101
> /run/systemd/container && \
102
102
echo "**** install apt-utils and locales ****" && \
103
103
apt-get update && \
104
+ apt-get upgrade -y && \
104
105
apt-get install -y \
105
106
apt-utils \
106
107
locales && \
Original file line number Diff line number Diff line change 27
27
/root-out/var/log/*
28
28
29
29
# set version for s6 overlay
30
- ARG S6_OVERLAY_VERSION="3.1.5.0 "
30
+ ARG S6_OVERLAY_VERSION="3.1.6.2 "
31
31
ARG S6_OVERLAY_ARCH="aarch64"
32
32
33
33
# add s6 overlay
@@ -101,6 +101,7 @@ RUN \
101
101
> /run/systemd/container && \
102
102
echo "**** install apt-utils and locales ****" && \
103
103
apt-get update && \
104
+ apt-get upgrade -y && \
104
105
apt-get install -y \
105
106
apt-utils \
106
107
locales && \
You can’t perform that action at this time.
0 commit comments