summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-22 13:29:22 +0100
committerJoe Carstairs <me@joeac.net>2026-06-22 13:29:22 +0100
commit0e902c1f570d7510235be5aed4df2c98cc87cc19 (patch)
treed5c9758c36ed7c20ee9fe21306a8d41ddb2d09df
parentdf20a2ea1ec2d055fa800603212f2a4edcdf1fa3 (diff)
parent8b6081dbbf7e63d7f7d1036bff30f7a3e5057c6b (diff)
Merge branch 'main' of https://git.joeac.net/joeac/joeac.net
-rw-r--r--http.Dockerfile2
1 files changed, 1 insertions, 1 deletions
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