Update image to prevent GLIBC_2.29 not found error

This commit is contained in:
David Revay 2021-06-28 17:15:03 +10:00 committed by GitHub
parent 18e53cd7fb
commit 9cf2ccbe7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Start from ubuntu
FROM ubuntu:16.04
FROM ubuntu:20.04
# Update repos and install dependencies
RUN apt-get update \