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

Commit

Permalink
Merge pull request #680 from zalando/upgrade-ubuntu-image
Browse files Browse the repository at this point in the history
Upgrading Ubuntu image
  • Loading branch information
diemol authored Jul 30, 2018
2 parents ddd6332 + 76be84c commit ad52dd8
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
@@ -1,9 +1,9 @@
#== Ubuntu xenial is 16.04, i.e. FROM ubuntu:16.04
# Find latest images at https://hub.docker.com/r/library/ubuntu/
# Layer size: big: ~130 MB
FROM ubuntu:xenial-20180525
FROM ubuntu:xenial-20180726
ENV UBUNTU_FLAVOR="xenial" \
UBUNTU_DATE="20180525"
UBUNTU_DATE="20180726"

ARG UBUNTU_MIRROR=http://archive.ubuntu.com/ubuntu

Expand Down

0 comments on commit ad52dd8

Please sign in to comment.