File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.27.1-2
4
+
5
+ * Upgrade ` headers-more-nginx-module ` to ` v0.38 ` .
6
+
3
7
## 1.27.1-1
4
8
5
9
* 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}" && \
24
24
tar --no-same-owner -xzf ${NGINX_PKG} --one-top-level=nginx --strip-components=1
25
25
26
26
# Download headers-more module source
27
- ARG HEADERS_MORE_VERSION="0.37 "
27
+ ARG HEADERS_MORE_VERSION="0.38 "
28
28
ARG HEADERS_MORE_PKG="v${HEADERS_MORE_VERSION}.tar.gz"
29
- ARG HEADERS_MORE_SHA="cf6e169d6b350c06d0c730b0eaf4973394026ad40094cddd3b3a5b346577019d "
29
+ ARG HEADERS_MORE_SHA="febf7271c0c3de69adbd02c1e98ee43e91a60eeb6b27abfb77b5b206fda5215a "
30
30
RUN wget "https://github.com/openresty/headers-more-nginx-module/archive/${HEADERS_MORE_PKG}" && \
31
31
echo "${HEADERS_MORE_SHA} *${HEADERS_MORE_PKG}" | sha256sum -c - && \
32
32
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