From 1512cfee437a52f115be0744f689a53ee0d01829 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 23 Jun 2023 22:17:36 +0300 Subject: [PATCH] cgit: Update to Debian Bookworm. --- cgit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit/Dockerfile b/cgit/Dockerfile index 7260103..9751a96 100644 --- a/cgit/Dockerfile +++ b/cgit/Dockerfile @@ -1,5 +1,5 @@ # hadolint ignore=DL3006 -FROM registry.shore.co.il/httpd:buster +FROM registry.shore.co.il/httpd:bookworm USER root # hadolint ignore=DL3008,DL3015 RUN apt-get update && \ -- GitLab