From 2e4fb5b91c95ceb5db75b74abc548b5c9d37a9d1 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 8 Feb 2018 19:47:30 -0800 Subject: [PATCH] GUACAMOLE-407: Upgrade Docker image to Ubuntu 17.10. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.