diff --git a/Dockerfile b/Dockerfile index 79c884f7..a456b37a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ # Use Ubuntu as base for the build -ARG UBUNTU_VERSION=xenial +ARG UBUNTU_VERSION=artful FROM ubuntu:${UBUNTU_VERSION} AS builder # Base directory for installed build artifacts.