Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Update container base image to remediate HIGH CVE vulnerabilities (#1077
Browse files Browse the repository at this point in the history
)
  • Loading branch information
erekgit authored and diemol committed Nov 5, 2019
1 parent b2927f0 commit 591f735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Find latest images at https://hub.docker.com/r/library/ubuntu/
# Layer size: big: ~130 MB

FROM ubuntu:xenial-20181113
FROM ubuntu:xenial-20191024
ENV UBUNTU_FLAVOR="xenial" \
UBUNTU_DATE="20181113"
UBUNTU_DATE="20191024"
ARG UBUNTU_MIRROR=http:https://archive.ubuntu.com/ubuntu

#== Ubuntu flavors - common
Expand Down

0 comments on commit 591f735

Please sign in to comment.