File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ docker pull ghcr.io/macbre/nginx-http3:latest
26
26
27
27
```
28
28
$ docker run -it macbre/nginx-http3 nginx -V
29
- nginx version: nginx/1.25.1 (quic-5b8854a2f79c -boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83)
29
+ nginx version: nginx/1.25.2 (quic-44536076405c -boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83)
30
30
built by gcc 12.2.1 20220924 (Alpine 12.2.1_git20220924-r4)
31
31
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
32
32
TLS SNI support enabled
33
33
configure arguments:
34
- --build=quic-5b8854a2f79c -boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83
34
+ --build=quic-44536076405c -boringssl-e1b8685770d0e82e5a4a3c5d24ad1602e05f2e83
35
35
--prefix=/etc/nginx
36
36
--sbin-path=/usr/sbin/nginx
37
37
--modules-path=/usr/lib/nginx/modules
@@ -85,7 +85,7 @@ configure arguments:
85
85
--with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto'
86
86
87
87
$ docker run -it macbre/nginx-http3 njs -v
88
- 0.7.12
88
+ 0.8.1
89
89
```
90
90
91
91
## SSL Grade A+ handling
You can’t perform that action at this time.
0 commit comments