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 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 "
3131ARG 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 && \
Original file line number Diff line number Diff line change 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 "
3131ARG 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 && \
You can’t perform that action at this time.
0 commit comments