This repository was archived by the owner on Apr 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
alpine-3.8/nginx-mainline
alpine-edge/nginx-mainline Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ FROM alpine:$ALPINE_VERSION AS nginx
79
79
ARG NGX_PAGESPEED_TAG=v1.13.35.2-stable
80
80
81
81
# Check http://nginx.org/en/download.html for the latest version.
82
- ARG NGINX_VERSION=1.15.4
82
+ ARG NGINX_VERSION=1.15.5
83
83
ARG NGINX_PGPKEY=520A9993A1C052F8
84
84
ARG NGINX_BUILD_CONFIG="\
85
85
--prefix=/etc/nginx \
@@ -199,7 +199,7 @@ COPY pagespeed.png /usr/share/nginx/html/
199
199
FROM alpine:$ALPINE_VERSION
200
200
LABEL maintainer=
"Nico Berlee <[email protected] >" \
201
201
version.mod-pagespeed="1.13.35.2" \
202
- version.nginx="1.15.4 " \
202
+ version.nginx="1.15.5 " \
203
203
version.ngx-pagespeed="1.13.35.2"
204
204
205
205
COPY --from=pagespeed /usr/bin/envsubst /usr/local/bin
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ FROM alpine:$ALPINE_VERSION AS nginx
79
79
ARG NGX_PAGESPEED_TAG=v1.13.35.2-stable
80
80
81
81
# Check http://nginx.org/en/download.html for the latest version.
82
- ARG NGINX_VERSION=1.15.4
82
+ ARG NGINX_VERSION=1.15.5
83
83
ARG NGINX_PGPKEY=520A9993A1C052F8
84
84
ARG NGINX_BUILD_CONFIG="\
85
85
--prefix=/etc/nginx \
@@ -199,7 +199,7 @@ COPY pagespeed.png /usr/share/nginx/html/
199
199
FROM alpine:$ALPINE_VERSION
200
200
LABEL maintainer=
"Nico Berlee <[email protected] >" \
201
201
version.mod-pagespeed="1.13.35.2" \
202
- version.nginx="1.15.4 " \
202
+ version.nginx="1.15.5 " \
203
203
version.ngx-pagespeed="1.13.35.2"
204
204
205
205
COPY --from=pagespeed /usr/bin/envsubst /usr/local/bin
You can’t perform that action at this time.
0 commit comments