From 9cf2ccbe7f31538442b46b93ca6c20a5541561ea Mon Sep 17 00:00:00 2001 From: David Revay Date: Mon, 28 Jun 2021 17:15:03 +1000 Subject: [PATCH] Update image to prevent GLIBC_2.29 not found error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1df89e5..9180827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from ubuntu -FROM ubuntu:16.04 +FROM ubuntu:20.04 # Update repos and install dependencies RUN apt-get update \