http.Dockerfile uses docker.io/arm32v7/nginx as base

This commit is contained in:
2026-06-19 15:38:02 +01:00
parent 960e959bd6
commit 8b6081dbbf
+1 -1
View File
@@ -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