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