Merge pull request #833 from slofurno/fix-docker-build

build from ubuntu 19.10
This commit is contained in:
Miloslav Trmač 2020-02-25 22:06:46 +01:00 committed by GitHub
commit c05fbf4573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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