diff --git a/Dockerfile b/Dockerfile index f5880f3..9b577e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -122,7 +122,7 @@ RUN sh -c 'if [ "$X11" = "yes" ] ; then \ && make all \ && make install -FROM ubuntu:20.04 +FROM ubuntu:22.04 # hadolint ignore=DL3008 RUN apt-get update \