Skip to content

Commit

Permalink
Updated mainline nginx to 1.15.9 and njs to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thresheek committed Feb 27, 2019
1 parent 2364fdc commit 7890fc2
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.9

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

ENV NGINX_VERSION 1.15.8
ENV NGINX_VERSION 1.15.9

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

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

ENV NGINX_VERSION 1.15.8
ENV NGINX_VERSION 1.15.9

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.8-1~stretch
ENV NJS_VERSION 1.15.8.0.2.7-1~stretch
ENV NGINX_VERSION 1.15.9-1~stretch
ENV NJS_VERSION 1.15.9.0.2.8-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.8-1~stretch
ENV NJS_VERSION 1.15.8.0.2.7-1~stretch
ENV NGINX_VERSION 1.15.9-1~stretch
ENV NJS_VERSION 1.15.9.0.2.8-1~stretch

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

1 comment on commit 7890fc2

@suneyz
Copy link

@suneyz suneyz commented on 7890fc2 Feb 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you double check if the correct image is pushed to docker hub for arm64 after this change? This
#313 started to happen today after this commit.

Please sign in to comment.