Skip to content

Commit c7379ed

Browse files
authored
Merge pull request #2 from macbre/nginx-1.17.9
Use the latest nginx v1.17.9
2 parents eebb997 + 76d85e8 commit c7379ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.11
22

33
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

5-
ENV NGINX_VERSION 1.17.8
5+
ENV NGINX_VERSION 1.17.9
66
ENV NGX_BROTLI_COMMIT e505dce68acc190cc5a1e780a3b0275e39f160ca
77

88
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ This project is based on Alpine Linux, the official nginx image and an nginx mod
33

44
# How to use this image
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)
6+
7+
```
8+
docker pull macbre/nginx-brotli:1.17.9
9+
```
10+
11+
> [nginx release notes](https://nginx.org/en/CHANGES)

0 commit comments

Comments
 (0)