summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Dave Hello <hsu@peterdavehello.org>2018-11-02 13:47:22 +0800
committerPeter Dave Hello <hsu@peterdavehello.org>2018-11-02 13:47:22 +0800
commit5e1b1e010a82599e4f83c48c4656deff7b3cd7e0 (patch)
tree9b33863732adb446547522eff45c55f85808ce67
parent620c9c20232468cd1e8d06a18e45336321609961 (diff)
Update Docker build-only image to Ubuntu 18.04
Ref: > Ubuntu 17.10 (Artful Aardvark) End of Life reached on July 19 2018 https://fridge.ubuntu.com/2018/07/19/ubuntu-17-10-artful-aardvark-end-of-life-reached-on-july-19-2018/
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 5ecfd08..2b65291 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# Build-only image
-FROM ubuntu:17.10 AS build
+FROM ubuntu:18.04 AS build
USER root
WORKDIR /opt/shellCheck