Skip to content

Commit

Permalink
Update mainline NGINX to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alessfg authored and thresheek committed Aug 22, 2017
1 parent 849fed0 commit 2c611c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mainline/alpine-perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.5

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV NGINX_VERSION 1.13.3
ENV NGINX_VERSION 1.13.4

RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
&& CONFIG="\
Expand Down
2 changes: 1 addition & 1 deletion mainline/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.5

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV NGINX_VERSION 1.13.3
ENV NGINX_VERSION 1.13.4

RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
&& CONFIG="\
Expand Down
4 changes: 2 additions & 2 deletions mainline/stretch-perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV NGINX_VERSION 1.13.3-1~stretch
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch
ENV NGINX_VERSION 1.13.4-1~stretch
ENV NJS_VERSION 1.13.4.0.1.11-1~stretch

RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 \
Expand Down
4 changes: 2 additions & 2 deletions mainline/stretch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM debian:stretch-slim

LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"

ENV NGINX_VERSION 1.13.3-1~stretch
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch
ENV NGINX_VERSION 1.13.4-1~stretch
ENV NJS_VERSION 1.13.4.0.1.11-1~stretch

RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y gnupg1 \
Expand Down

0 comments on commit 2c611c4

Please sign in to comment.