Skip to content

Commit 3d0815e

Browse files
authored
Merge pull request #28 from macbre/nginx-v1.19.10
Bump to v1.19.10
2 parents 97cbc09 + 8d6f4d4 commit 3d0815e

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.9
1+
ARG NGINX_VERSION=1.19.10
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.9
10+
docker pull macbre/nginx-brotli:1.19.10
1111
```
1212

1313
## What's inside
1414

1515
```
1616
$ docker run -it macbre/nginx-brotli nginx -V
17-
nginx version: nginx/1.19.9
17+
nginx version: nginx/1.19.10
1818
built by gcc 10.2.1 20201203 (Alpine 10.2.1_pre1)
1919
built with OpenSSL 1.1.1k 25 Mar 2021
2020
TLS SNI support enabled

0 commit comments

Comments
 (0)