From 8b6081dbbf7e63d7f7d1036bff30f7a3e5057c6b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 19 Jun 2026 15:38:02 +0100 Subject: [PATCH] http.Dockerfile uses docker.io/arm32v7/nginx as base --- http.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.Dockerfile b/http.Dockerfile index f1a1876..6fd5e7c 100644 --- a/http.Dockerfile +++ b/http.Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.30.3-alpine3.23 +FROM docker.io/arm32v7/nginx:1.30.3-alpine3.23 RUN apk --update add build-base make RUN make --directory=http --makefile=http/Makefile COPY http/php /usr/share/nginx/php