Skip to content

Commit 594ce7a

Browse files
J0WIthresheek
authored andcommitted
Update nginx to 1.17.10 and Alpine to 3.11
1 parent 5c15613 commit 594ce7a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.11
22

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

5-
ENV NGINX_VERSION 1.17.9
5+
ENV NGINX_VERSION 1.17.10
66
ENV NJS_VERSION 0.3.9
77
ENV PKG_RELEASE 1
88

mainline/alpine/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM alpine:3.10
1+
FROM alpine:3.11
22

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

5-
ENV NGINX_VERSION 1.17.9
5+
ENV NGINX_VERSION 1.17.10
66
ENV NJS_VERSION 0.3.9
77
ENV PKG_RELEASE 1
88

mainline/buster-perl/Dockerfile

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

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

5-
ENV NGINX_VERSION 1.17.9
5+
ENV NGINX_VERSION 1.17.10
66
ENV NJS_VERSION 0.3.9
77
ENV PKG_RELEASE 1~buster
88

mainline/buster/Dockerfile

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

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

5-
ENV NGINX_VERSION 1.17.9
5+
ENV NGINX_VERSION 1.17.10
66
ENV NJS_VERSION 0.3.9
77
ENV PKG_RELEASE 1~buster
88

0 commit comments

Comments
 (0)