Skip to content

Commit a41d3cf

Browse files
committed
Upgrade headers-more to v0.38
1 parent dd59693 commit a41d3cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
2828
ARG HEADERS_MORE_PKG="v${HEADERS_MORE_VERSION}.tar.gz"
29-
ARG HEADERS_MORE_SHA="cf6e169d6b350c06d0c730b0eaf4973394026ad40094cddd3b3a5b346577019d"
29+
ARG HEADERS_MORE_SHA="febf7271c0c3de69adbd02c1e98ee43e91a60eeb6b27abfb77b5b206fda5215a"
3030
RUN 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

0 commit comments

Comments
 (0)