switch Dockerfile-dev to Ubuntu Focal

This commit is contained in:
Brad Warren 2021-04-05 09:56:58 -07:00
parent 2622a700e0
commit 84e7f7414c

View file

@ -1,5 +1,5 @@
# This Dockerfile builds an image for development.
FROM debian:buster
FROM ubuntu:focal
# Note: this only exposes the port to other docker containers.
EXPOSE 80 443