diff --git a/Dockerfile b/Dockerfile index e86d21d..bf7c852 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:22.04 RUN set -ex; \ apt-get update; \