GUACAMOLE-407: Upgrade Docker image to Ubuntu 17.10.

This commit is contained in:
Michael Jumper 2018-02-08 19:47:30 -08:00
parent d6510360d0
commit 2e4fb5b91c

View File

@ -23,7 +23,7 @@
# Use Ubuntu as base for the build # Use Ubuntu as base for the build
ARG UBUNTU_VERSION=xenial ARG UBUNTU_VERSION=artful
FROM ubuntu:${UBUNTU_VERSION} AS builder FROM ubuntu:${UBUNTU_VERSION} AS builder
# Base directory for installed build artifacts. # Base directory for installed build artifacts.