base: use FQIN in base/Dockerfile FROM statement

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1510
pull/1521/head
gitouche 2 years ago committed by GitHub
parent 29f0cb2b98
commit 0b1b45da99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      base/Dockerfile

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

Loading…
Cancel
Save