We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c19584e commit 413cba5Copy full SHA for 413cba5
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.9
2
3
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
4
5
-ENV NGINX_VERSION 1.15.9
+ENV NGINX_VERSION 1.15.11
6
7
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
8
&& CONFIG="\
README.md
@@ -33,5 +33,5 @@ Module [ngx_brotli](https://github.com/google/ngx_brotli) has been added for Bro
33
```bash
34
git clone git://github.com/hackinit/docker-nginx.git
35
cd docker-nginx
36
-docker build -t nginx:1.15.9-modified .
+docker build -t nginx:1.15.11-modified .
37
```
0 commit comments