From 48639065462a5edca110f3627c1b29a4c4d8c5ad Mon Sep 17 00:00:00 2001 From: faulty Date: Wed, 15 Feb 2023 09:08:31 +0100 Subject: [PATCH] Revert "i hate pg" This reverts commit e51b36c41031a862ada070b88ddae8af0a6f21a7. --- custom/invidious-db/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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