base: update base images to Debian Bullseye

This commit is contained in:
Saúl Ibarra Corretgé
2021-12-03 13:57:09 +01:00
parent b02a689d8e
commit 320829601c
4 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ clean:
docker network prune
prepare:
docker pull debian:buster-slim
docker pull debian:bullseye-slim
FORCE_REBUILD=1 $(MAKE)
.PHONY: all build tag push clean prepare release $(addprefix build_,$(JITSI_SERVICES))