Skip to content

Commit

Permalink
Updated mainline nginx to 1.15.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Jul 24, 2018
1 parent e3e3523 commit ddbbbdf
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.7

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

ENV NGINX_VERSION 1.15.1
ENV NGINX_VERSION 1.15.2

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.7

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

ENV NGINX_VERSION 1.15.1
ENV NGINX_VERSION 1.15.2

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.15.1-1~stretch
ENV NJS_VERSION 1.15.1.0.2.2-1~stretch
ENV NGINX_VERSION 1.15.2-1~stretch
ENV NJS_VERSION 1.15.2.0.2.2-1~stretch

RUN set -x \
&& apt-get update \
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.15.1-1~stretch
ENV NJS_VERSION 1.15.1.0.2.2-1~stretch
ENV NGINX_VERSION 1.15.2-1~stretch
ENV NJS_VERSION 1.15.2.0.2.2-1~stretch

RUN set -x \
&& apt-get update \
Expand Down

0 comments on commit ddbbbdf

Please sign in to comment.