Use Buster as base image (#7251)

This commit is contained in:
J0WI
2019-07-17 13:05:02 -07:00
committed by Brad Warren
parent 750d6a9686
commit 41a17f913e
+1 -1
View File
@@ -1,5 +1,5 @@
# This Dockerfile builds an image for development.
FROM ubuntu:xenial
FROM debian:buster
# Note: this only exposes the port to other docker containers.
EXPOSE 80 443