From 834a0ea40a344c7a1116a437fa0395306d0e7c18 Mon Sep 17 00:00:00 2001 From: Joxit Date: Fri, 16 Jun 2023 23:32:03 +0200 Subject: [PATCH] ci: use `nginx:alpine-slim` docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dacee9a..481b9b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -FROM nginx:alpine +FROM nginx:alpine-slim LABEL maintainer="Jones MAGLOIRE @Joxit"