Update transifex to run on a newer debian release

fixes the cmake version errors.
This commit is contained in:
Vitor K 2022-09-21 16:04:27 -03:00 committed by GitHub
parent dcb85589bf
commit 84c1c341ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer="citraemu"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -y full-upgrade