Upgrade Docker image to latest Ubuntu version

master
Jos van den Oever 2018-04-30 16:50:15 +02:00
parent d3134229ae
commit 56552a2d86
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Dockerfile for a development environment for rust_qt_binding_generator
FROM ubuntu:17.10
FROM ubuntu:18.04
USER root