File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.27.1-2
4+
5+ * Upgrade ` headers-more-nginx-module ` to ` v0.38 ` .
6+
37## 1.27.1-1
48
59* Allow ` X-Original-Forwaded-* ` headers to take priority when setting ` X-Forwarded-* ` headers.
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ RUN wget "http://nginx.org/download/${NGINX_PKG}" && \
2424 tar --no-same-owner -xzf ${NGINX_PKG} --one-top-level=nginx --strip-components=1
2525
2626# Download headers-more module source
27- ARG HEADERS_MORE_VERSION="0.37 "
27+ ARG HEADERS_MORE_VERSION="0.38 "
2828ARG HEADERS_MORE_PKG="v${HEADERS_MORE_VERSION}.tar.gz"
29- ARG HEADERS_MORE_SHA="cf6e169d6b350c06d0c730b0eaf4973394026ad40094cddd3b3a5b346577019d "
29+ ARG HEADERS_MORE_SHA="febf7271c0c3de69adbd02c1e98ee43e91a60eeb6b27abfb77b5b206fda5215a "
3030RUN wget "https://github.com/openresty/headers-more-nginx-module/archive/${HEADERS_MORE_PKG}" && \
3131 echo "${HEADERS_MORE_SHA} *${HEADERS_MORE_PKG}" | sha256sum -c - && \
3232 tar --no-same-owner -xzf ${HEADERS_MORE_PKG} --one-top-level=headers-more --strip-components=1
You can’t perform that action at this time.
0 commit comments