Merge pull request #994 from mrueg/dockerfile.build

Dockerfile.build: Upgrade to Ubuntu 20.04
This commit is contained in:
Daniel J Walsh
2020-07-30 18:14:26 -04:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM ubuntu:19.10
FROM ubuntu:20.04
RUN apt-get update && apt-get install -y \
golang \