Skip to content

Commit

Permalink
Merge pull request #28 from macbre/nginx-v1.19.10
Browse files Browse the repository at this point in the history
Bump to v1.19.10
  • Loading branch information
macbre authored Apr 28, 2021
2 parents 97cbc09 + 8d6f4d4 commit 3d0815e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NGINX_VERSION=1.19.9
ARG NGINX_VERSION=1.19.10

# https://github.com/google/ngx_brotli
ARG NGX_BROTLI_COMMIT=9aec15e2aa6feea2113119ba06460af70ab3ea62
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Stable and up-to-date [nginx](https://nginx.org/en/CHANGES) with [Google's `brot
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)

```
docker pull macbre/nginx-brotli:1.19.9
docker pull macbre/nginx-brotli:1.19.10
```

## What's inside

```
$ docker run -it macbre/nginx-brotli nginx -V
nginx version: nginx/1.19.9
nginx version: nginx/1.19.10
built by gcc 10.2.1 20201203 (Alpine 10.2.1_pre1)
built with OpenSSL 1.1.1k 25 Mar 2021
TLS SNI support enabled
Expand Down

0 comments on commit 3d0815e

Please sign in to comment.