Skip to content

Commit

Permalink
Updated nginx to 1.17.5 and njs to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
defanator committed Oct 22, 2019
1 parent 23a9904 commit fe97d69
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mainline/alpine-perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.10

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

ENV NGINX_VERSION 1.17.4
ENV NJS_VERSION 0.3.5
ENV NGINX_VERSION 1.17.5
ENV NJS_VERSION 0.3.6
ENV PKG_RELEASE 1

RUN set -x \
Expand Down
4 changes: 2 additions & 2 deletions mainline/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM alpine:3.10

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

ENV NGINX_VERSION 1.17.4
ENV NJS_VERSION 0.3.5
ENV NGINX_VERSION 1.17.5
ENV NJS_VERSION 0.3.6
ENV PKG_RELEASE 1

RUN set -x \
Expand Down
4 changes: 2 additions & 2 deletions mainline/buster-perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:buster-slim

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

ENV NGINX_VERSION 1.17.4
ENV NJS_VERSION 0.3.5
ENV NGINX_VERSION 1.17.5
ENV NJS_VERSION 0.3.6
ENV PKG_RELEASE 1~buster

RUN set -x \
Expand Down
4 changes: 2 additions & 2 deletions mainline/buster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:buster-slim

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

ENV NGINX_VERSION 1.17.4
ENV NJS_VERSION 0.3.5
ENV NGINX_VERSION 1.17.5
ENV NJS_VERSION 0.3.6
ENV PKG_RELEASE 1~buster

RUN set -x \
Expand Down

0 comments on commit fe97d69

Please sign in to comment.