base: use FQIN in base/Dockerfile FROM statement

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1510
This commit is contained in:
gitouche 2023-04-04 10:22:06 +02:00 committed by GitHub
parent 29f0cb2b98
commit 0b1b45da99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM debian:bullseye-slim
FROM docker.io/library/debian:bullseye-slim
ARG JITSI_RELEASE=stable
ARG TARGETPLATFORM