Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit ced02f1

Browse files
Nico Berleeoschaaf
authored andcommitted
Update Nginx in Docker (#1605)
Stable from 1.14.0 to 1.14.1 Mainline from 1.15.5 to 1.15.6
1 parent 24fe429 commit ced02f1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docker/alpine-3.8/nginx-mainline/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM alpine:$ALPINE_VERSION AS nginx
7979
ARG NGX_PAGESPEED_TAG=v1.13.35.2-stable
8080

8181
# Check http://nginx.org/en/download.html for the latest version.
82-
ARG NGINX_VERSION=1.15.5
82+
ARG NGINX_VERSION=1.15.6
8383
ARG NGINX_PGPKEY=520A9993A1C052F8
8484
ARG NGINX_BUILD_CONFIG="\
8585
--prefix=/etc/nginx \
@@ -199,7 +199,7 @@ COPY pagespeed.png /usr/share/nginx/html/
199199
FROM alpine:$ALPINE_VERSION
200200
LABEL maintainer="Nico Berlee <[email protected]>" \
201201
version.mod-pagespeed="1.13.35.2" \
202-
version.nginx="1.15.5" \
202+
version.nginx="1.15.6" \
203203
version.ngx-pagespeed="1.13.35.2"
204204

205205
COPY --from=pagespeed /usr/bin/envsubst /usr/local/bin

docker/alpine-3.8/nginx-stable/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM alpine:$ALPINE_VERSION AS nginx
7979
ARG NGX_PAGESPEED_TAG=v1.13.35.2-stable
8080

8181
# Check http://nginx.org/en/download.html for the latest version.
82-
ARG NGINX_VERSION=1.14.0
82+
ARG NGINX_VERSION=1.14.1
8383
ARG NGINX_PGPKEY=520A9993A1C052F8
8484
ARG NGINX_BUILD_CONFIG="\
8585
--prefix=/etc/nginx \
@@ -199,7 +199,7 @@ COPY pagespeed.png /usr/share/nginx/html/
199199
FROM alpine:$ALPINE_VERSION
200200
LABEL maintainer="Nico Berlee <[email protected]>" \
201201
version.mod-pagespeed="1.13.35.2" \
202-
version.nginx="1.14.0" \
202+
version.nginx="1.14.1" \
203203
version.ngx-pagespeed="1.13.35.2"
204204

205205
COPY --from=pagespeed /usr/bin/envsubst /usr/local/bin

docker/alpine-edge/nginx-mainline/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM alpine:$ALPINE_VERSION AS nginx
7979
ARG NGX_PAGESPEED_TAG=v1.13.35.2-stable
8080

8181
# Check http://nginx.org/en/download.html for the latest version.
82-
ARG NGINX_VERSION=1.15.5
82+
ARG NGINX_VERSION=1.15.6
8383
ARG NGINX_PGPKEY=520A9993A1C052F8
8484
ARG NGINX_BUILD_CONFIG="\
8585
--prefix=/etc/nginx \
@@ -199,7 +199,7 @@ COPY pagespeed.png /usr/share/nginx/html/
199199
FROM alpine:$ALPINE_VERSION
200200
LABEL maintainer="Nico Berlee <[email protected]>" \
201201
version.mod-pagespeed="1.13.35.2" \
202-
version.nginx="1.15.5" \
202+
version.nginx="1.15.6" \
203203
version.ngx-pagespeed="1.13.35.2"
204204

205205
COPY --from=pagespeed /usr/bin/envsubst /usr/local/bin

docker/alpine-edge/nginx-stable/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ FROM alpine:$ALPINE_VERSION AS nginx
7979
ARG NGX_PAGESPEED_TAG=v1.13.35.2-stable
8080

8181
# Check http://nginx.org/en/download.html for the latest version.
82-
ARG NGINX_VERSION=1.14.0
82+
ARG NGINX_VERSION=1.14.1
8383
ARG NGINX_PGPKEY=520A9993A1C052F8
8484
ARG NGINX_BUILD_CONFIG="\
8585
--prefix=/etc/nginx \
@@ -204,7 +204,7 @@ COPY pagespeed.png /usr/share/nginx/html/
204204
FROM alpine:$ALPINE_VERSION
205205
LABEL maintainer="Nico Berlee <[email protected]>" \
206206
version.mod-pagespeed="1.13.35.2" \
207-
version.nginx="1.14.0" \
207+
version.nginx="1.14.1" \
208208
version.ngx-pagespeed="1.13.35.2"
209209

210210
COPY --from=pagespeed /usr/bin/envsubst /usr/local/bin

0 commit comments

Comments
 (0)