Use Ubuntu 22.04

This commit is contained in:
Sebastian Bergmann 2022-02-11 09:14:26 +01:00
parent 4a33f69389
commit 29d41d5a00
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 1 additions and 1 deletions

View File

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