Skip to content

Commit e78af97

Browse files
authored
chore(deps): upgrade headers-more module to 0.37 (#10991)
openresty/headers-more-nginx-module@v0.34...v0.37 Signed-off-by: Milas Bowman <[email protected]>
1 parent 30d0d5e commit e78af97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

images/nginx-1.25/rootfs/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export NDK_VERSION=v0.3.3
2626
# Check for recent changes: https://github.com/openresty/set-misc-nginx-module/compare/v0.33...master
2727
export SETMISC_VERSION=796f5a3e518748eb29a93bd450324e0ad45b704e
2828

29-
# Check for recent changes: https://github.com/openresty/headers-more-nginx-module/compare/v0.34...master
29+
# Check for recent changes: https://github.com/openresty/headers-more-nginx-module/compare/v0.37...master
3030
export MORE_HEADERS_VERSION=v0.37
3131

3232
# Check for recent changes: https://github.com/atomx/nginx-http-auth-digest/compare/v1.0.0...atomx:master

images/nginx/rootfs/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export NDK_VERSION=0.3.2
2626
# Check for recent changes: https://github.com/openresty/set-misc-nginx-module/compare/v0.33...master
2727
export SETMISC_VERSION=0.33
2828

29-
# Check for recent changes: https://github.com/openresty/headers-more-nginx-module/compare/v0.34...master
30-
export MORE_HEADERS_VERSION=0.34
29+
# Check for recent changes: https://github.com/openresty/headers-more-nginx-module/compare/v0.37...master
30+
export MORE_HEADERS_VERSION=0.37
3131

3232
# Check for recent changes: https://github.com/atomx/nginx-http-auth-digest/compare/v1.0.0...atomx:master
3333
export NGINX_DIGEST_AUTH=1.0.0
@@ -204,7 +204,7 @@ get_src aa961eafb8317e0eb8da37eb6e2c9ff42267edd18b56947384e719b85188f58b \
204204
get_src cd5e2cc834bcfa30149e7511f2b5a2183baf0b70dc091af717a89a64e44a2985 \
205205
"https://github.com/openresty/set-misc-nginx-module/archive/v$SETMISC_VERSION.tar.gz"
206206

207-
get_src 0c0d2ced2ce895b3f45eb2b230cd90508ab2a773299f153de14a43e44c1209b3 \
207+
get_src cf6e169d6b350c06d0c730b0eaf4973394026ad40094cddd3b3a5b346577019d \
208208
"https://github.com/openresty/headers-more-nginx-module/archive/v$MORE_HEADERS_VERSION.tar.gz"
209209

210210
get_src f09851e6309560a8ff3e901548405066c83f1f6ff88aa7171e0763bd9514762b \

0 commit comments

Comments
 (0)