Skip to content

Commit 6b91cf0

Browse files
authored
Merge pull request #26 from macbre/nginx-1.19.8
nginx 1.19.8
2 parents 6b11d55 + 6df8d54 commit 6b91cf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NGINX_VERSION=1.19.7
1+
ARG NGINX_VERSION=1.19.8
22

33
# https://github.com/google/ngx_brotli
44
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Stable and up-to-date [nginx](https://nginx.org/en/CHANGES) with [Google's `brot
77
As this project is based on the official [nginx image](https://hub.docker.com/_/nginx/) look for instructions there. In addition to the standard configuration directives, you'll be able to use the brotli module specific ones, see [here for official documentation](https://github.com/google/ngx_brotli#configuration-directives)
88

99
```
10-
docker pull macbre/nginx-brotli:1.19.7
10+
docker pull macbre/nginx-brotli:1.19.8
1111
```
1212

1313
## What's inside
1414

1515
```
1616
$ docker run -it macbre/nginx-brotli nginx -V
17-
nginx version: nginx/1.19.7
17+
nginx version: nginx/1.19.8
1818
built by gcc 10.2.1 20201203 (Alpine 10.2.1_pre1)
1919
built with OpenSSL 1.1.1j 16 Feb 2021
2020
TLS SNI support enabled

0 commit comments

Comments
 (0)