Browse Source

base: use FQIN in base/Dockerfile FROM statement

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1510
gitouche 2 years ago
parent
commit
0b1b45da99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      base/Dockerfile

+ 1 - 1
base/Dockerfile

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