From 0bc11da3fe7224283ccdaf3ba167bf2491b4848c Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 8 Jan 2024 21:48:00 +0100 Subject: [PATCH] Added shinobi & httpd --- {apache => httpd}/Dockerfile | 2 +- shinobi/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename {apache => httpd}/Dockerfile (77%) create mode 100644 shinobi/Dockerfile diff --git a/apache/Dockerfile b/httpd/Dockerfile similarity index 77% rename from apache/Dockerfile rename to httpd/Dockerfile index 70f489e..3689004 100644 --- a/apache/Dockerfile +++ b/httpd/Dockerfile @@ -1,3 +1,3 @@ -FROM httpd:2.4.41 +FROM httpd:2.4.58 RUN echo "IncludeOptional conf.d/*.conf" >> conf/httpd.conf diff --git a/shinobi/Dockerfile b/shinobi/Dockerfile new file mode 100644 index 0000000..233c74d --- /dev/null +++ b/shinobi/Dockerfile @@ -0,0 +1 @@ +FROM registry.gitlab.com/shinobi-systems/shinobi:latest