Upgrade packages for security

Change-Id: I0be01e5ae64c15e8954a676ab88d4eac10c3a0df
Partial-Bug: #1683173
This commit is contained in:
Sam Yaple 2017-04-16 19:52:11 +00:00
parent 470095c336
commit 1f69dbe3b7
3 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ARG OVERRIDE=override
ADD $OVERRIDE /
RUN set -x \
&& yum upgrade -y \
&& yum install -y git \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \

1
debian/Dockerfile vendored
View File

@ -12,6 +12,7 @@ ADD $OVERRIDE /
RUN set -x \
&& apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git ca-certificates \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \

View File

@ -12,6 +12,7 @@ ADD $OVERRIDE /
RUN set -x \
&& apt-get update \
&& apt-get dist-upgrade -y \
&& apt-get install -y --no-install-recommends git ca-certificates \
&& git init /tmp/common/ \
&& git --git-dir /tmp/common/.git fetch --depth 1 $SCRIPTS_REPO $SCRIPTS_REF \