Bump build container to 22.04.

This commit is contained in:
fewtarius 2022-12-29 06:07:57 -05:00
parent 671d838052
commit 772af75d07
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
RUN apt update \
&& DEBIAN_FRONTEND=noninteractive \