Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit a0f1fef

Browse files
committed
Upgrade ubuntu:xenial-20170915
1 parent 11b5cdb commit a0f1fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#== Ubuntu xenial is 16.04, i.e. FROM ubuntu:16.04
22
# Find latest images at https://hub.docker.com/r/library/ubuntu/
33
# Layer size: big: 127.2 MB
4-
FROM ubuntu:xenial-20170802
4+
FROM ubuntu:xenial-20170915
55
ENV UBUNTU_FLAVOR="xenial" \
6-
UBUNTU_DATE="20170802"
6+
UBUNTU_DATE="20170915"
77

88
#== Ubuntu flavors - common
99
RUN echo "deb http://archive.ubuntu.com/ubuntu ${UBUNTU_FLAVOR} main universe\n" > /etc/apt/sources.list \

0 commit comments

Comments
 (0)