diff --git a/custom/invidious-db/Dockerfile b/custom/invidious-db/Dockerfile index 8b25f8b..2c95588 100644 --- a/custom/invidious-db/Dockerfile +++ b/custom/invidious-db/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/postgres:14 +FROM docker.io/library/postgres:14-bullseye RUN apt update && apt install -y \ git