Skip to content

Commit

Permalink
sync: updated to 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
akafeng committed Oct 30, 2023
1 parent 3822e4e commit 9f8bb12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim AS builder

ARG NGINX_VERSION="1.25.2"
ARG NGINX_VERSION="1.25.3"
ARG NGINX_GPG_KEY="13C82A63B603576156E30A4EA0EA981B66B0D967"
ARG NGINX_URL="https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz"
ARG NGINX_PGP_URL="https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz.asc"
Expand All @@ -24,7 +24,7 @@ ARG MODULE_BROTLI_URL="https://github.com/google/ngx_brotli.git"

ARG MODULE_STICKY_URL="https://github.com/xu2ge/nginx-sticky-module-ng.git"

ARG MODULE_HEADERS_MORE_VERSION="0.34"
ARG MODULE_HEADERS_MORE_VERSION="0.35"
ARG MODULE_HEADERS_MORE_URL="https://github.com/openresty/headers-more-nginx-module/archive/refs/tags/v${MODULE_HEADERS_MORE_VERSION}.tar.gz"

ARG MODULE_HTTP_FLV_VERSION="1.2.11"
Expand Down

0 comments on commit 9f8bb12

Please sign in to comment.