linux-transifex: update base image to debian:bullseye

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

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim FROM debian:bullseye-slim
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