Skip to content

Commit a91fa7f

Browse files
authored
Merge pull request #16 from macbre/nginx-1.19.4
nginx 1.19.4
2 parents a7796f5 + 0325e75 commit a91fa7f

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.3
1+
ARG NGINX_VERSION=1.19.4
22

33
# https://github.com/google/ngx_brotli
44
ARG NGX_BROTLI_COMMIT=25f86f0bac1101b6512135eac5f93c49c63609e3

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ This project is based on Alpine Linux, the official nginx image and an nginx mod
55
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)
66

77
```
8-
docker pull macbre/nginx-brotli:1.19.3
8+
docker pull macbre/nginx-brotli:1.19.4
99
```
1010

1111
## What's inside
1212

1313
```
1414
$ docker run -it macbre/nginx-brotli nginx -V
15-
nginx version: nginx/1.19.3
15+
nginx version: nginx/1.19.4
1616
built by gcc 9.3.0 (Alpine 9.3.0)
1717
built with OpenSSL 1.1.1g 21 Apr 2020
1818
TLS SNI support enabled

0 commit comments

Comments
 (0)