Pin to latest Ubuntu

This commit is contained in:
Caleb Mingle 2018-05-16 10:52:38 -07:00
parent 2ff063e9b3
commit d1c8fa7b15
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
FROM ubuntu:17.10
FROM ubuntu:latest
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
build-essential \