diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-19 15:38:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-19 15:38:02 +0100 |
| commit | 8b6081dbbf7e63d7f7d1036bff30f7a3e5057c6b (patch) | |
| tree | 9914761d7f5a09e0a781e31c489cf3b30ca3dbc8 | |
| parent | 960e959bd6cedfc39fc2eec189ddcc7d19893a25 (diff) | |
http.Dockerfile uses docker.io/arm32v7/nginx as base
| -rw-r--r-- | http.Dockerfile | 2 |
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 |
