1
0
mirror of https://github.com/dcarrillo/docker-nginx.git synced 2025-11-20 03:12:36 +00:00

Bump nginx to 1.29.3 and refactor the building/testing

This commit is contained in:
2025-11-05 17:29:37 +01:00
parent 0e36c5ba23
commit 2926640687
9 changed files with 65 additions and 112 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.22
ARG ARG_NGINX_VERSION
@@ -13,7 +13,8 @@ RUN CONFIG=" \
--without-http_autoindex_module \
--without-http_browser_module \
--without-http_empty_gif_module \
--without-http_limit_conn_module \
--without-http_geo_module \
--without-http_grpc_module \
--without-http_map_module \
--without-http_memcached_module \
--without-http_referer_module \