updated nginx to 1.27.2
All checks were successful
CI / Build nginx docker images (push) Successful in 3m54s
All checks were successful
CI / Build nginx docker images (push) Successful in 3m54s
This commit is contained in:
@@ -35,8 +35,8 @@ jobs:
|
||||
pull: true
|
||||
tags: |
|
||||
"gitea.woggioni.net/woggioni/nginx:latest"
|
||||
"gitea.woggioni.net/woggioni/nginx:v1.27.1"
|
||||
build-args: "VERSION=1.27.1"
|
||||
"gitea.woggioni.net/woggioni/nginx:v1.27.2"
|
||||
build-args: "VERSION=1.27.2"
|
||||
cache-from: type=registry,ref=gitea.woggioni.net/woggioni/nginx:buildx
|
||||
cache-to: type=registry,mode=max,compression=zstd,image-manifest=true,oci-mediatypes=true,ref=gitea.woggioni.net/woggioni/nginx:buildx
|
||||
|
||||
|
@@ -116,7 +116,7 @@ RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
|
||||
&& make -C/usr/src/boringssl/build -j$(getconf _NPROCESSORS_ONLN) \
|
||||
) \
|
||||
&& cd /usr/src/nginx-${NGINX_VERSION} \
|
||||
&& curl -fSL https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.25.1%2B.patch -o dynamic_tls_records.patch \
|
||||
&& curl -fSL https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.27.2%2B.patch -o dynamic_tls_records.patch \
|
||||
&& patch -p1 < dynamic_tls_records.patch \
|
||||
&& ./configure $CONFIG --with-debug --with-cc-opt="-I/usr/src/boringssl/include" --with-ld-opt="-L/usr/src/boringssl/build/ssl -L/usr/src/boringssl/build/crypto" \
|
||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||
|
Reference in New Issue
Block a user