Skip to content

Commit 413cba5

Browse files
committed
Update Nginx to 1.15.11
1 parent c19584e commit 413cba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:3.9
22

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

5-
ENV NGINX_VERSION 1.15.9
5+
ENV NGINX_VERSION 1.15.11
66

77
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
88
&& CONFIG="\

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ Module [ngx_brotli](https://github.com/google/ngx_brotli) has been added for Bro
3333
```bash
3434
git clone git://github.com/hackinit/docker-nginx.git
3535
cd docker-nginx
36-
docker build -t nginx:1.15.9-modified .
36+
docker build -t nginx:1.15.11-modified .
3737
```

0 commit comments

Comments
 (0)