Update Docker image to Ubuntu Eoan

This commit is contained in:
phl0 2020-05-13 10:33:19 +02:00
parent a4e52f4bef
commit b36c720746
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

@ -1,4 +1,4 @@
FROM ubuntu:disco
FROM ubuntu:eoan
RUN apt-get update && apt-get -y upgrade