From 503ba3d8974c96ee3c4f0116fd9db65fa05b13e3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 26 Nov 2021 23:59:40 +0200 Subject: [PATCH] Base cgit on the Buster variant. The image fails to build with the latest stable release (Bullseye) and since I'm using it anymore, I'm not going to invest time in figuring this out (it's either going back a version and seeing if that works or removing the image altogether). --- cgit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit/Dockerfile b/cgit/Dockerfile index 3542a70..7260103 100644 --- a/cgit/Dockerfile +++ b/cgit/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3006 -FROM registry.shore.co.il/httpd +FROM registry.shore.co.il/httpd:buster USER root # hadolint ignore=DL3008,DL3015 RUN apt-get update && \ -- GitLab