Update Dockerfile base image to Ubuntu 16.04, cc #2008

Peter Dave Hello 2020-03-30 02:17:28 +08:00 committed by Jordan Harband
parent b02617028f
commit 73438e339e
No known key found for this signature in database
GPG Key ID: 9F6A681E35EF8B56
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# Use Ubuntu Trusty Tahr as base image as we're using on Travis CI # Use Ubuntu Trusty Tahr as base image as we're using on Travis CI
# I also tested with Ubuntu 16.04, should be good with it! # I also tested with Ubuntu 16.04, should be good with it!
FROM ubuntu:14.04 FROM ubuntu:16.04
LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>" LABEL maintainer="Peter Dave Hello <hsu@peterdavehello.org>"
LABEL name="nvm-dev-env" LABEL name="nvm-dev-env"
LABEL version="latest" LABEL version="latest"
@ -20,7 +20,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
# ShellCheck version # ShellCheck version
ENV SHELLCHECK_VERSION=0.6.0 ENV SHELLCHECK_VERSION=0.7.0
# Pick a Ubuntu apt mirror site for better speed # Pick a Ubuntu apt mirror site for better speed
# ref: https://launchpad.net/ubuntu/+archivemirrors # ref: https://launchpad.net/ubuntu/+archivemirrors