linux-fresh: update base image to Ubuntu 22.04 LTS

This commit is contained in:
liushuyu 2022-06-16 01:24:48 -06:00
parent 93bab861ed
commit cd63907c0c
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04 FROM ubuntu:22.04
LABEL maintainer="citraemu" LABEL maintainer="citraemu"
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade RUN apt-get update && apt-get -y full-upgrade