diff --git a/Dockerfile b/Dockerfile index e7fb084..2d81ffa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG ARCH= # Pull base image -FROM ubuntu:latest +FROM ubuntu:18.04 # Labels LABEL MAINTAINER="Øyvind Nilsen "