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