Skip to content

Commit

Permalink
update nginx to 1.22.1, brotli, skip htt_listen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fholzer committed Apr 14, 2023
1 parent 31dfa54 commit 571bf6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ALPINE_VERSION=3.17.3
ARG NGINX_VERSION=1.20.2
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
ARG NGINX_VERSION=1.22.1
ARG NGX_BROTLI_COMMIT=6e975bcb015f62e1f303054897783355e2a877dc
ARG CONFIG="\
--prefix=/etc/nginx \
--sbin-path=/usr/sbin/nginx \
Expand Down
2 changes: 1 addition & 1 deletion tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if [ "x`whoami`" == "xroot" ]; then
else
hg clone http://hg.nginx.org/nginx-tests
cd nginx-tests
TEST_NGINX_BINARY=/usr/sbin/nginx-debug TEST_NGINX_MODULES=/etc/nginx/modules TEST_NGINX_LEAVE=1 prove .
ls -1 *.t | grep -v '^http_listen.t$' | TEST_NGINX_BINARY=/usr/sbin/nginx-debug TEST_NGINX_MODULES=/etc/nginx/modules TEST_NGINX_LEAVE=1 xargs prove
fi

0 comments on commit 571bf6f

Please sign in to comment.