upgraded to 1.17.9

This commit is contained in:
Ricard Bejarano 2020-03-04 03:50:02 +01:00
parent e9adc44772
commit 5430f0e1e3
No known key found for this signature in database
GPG key ID: DD6ACC8CE87FD20A
3 changed files with 8 additions and 8 deletions

View file

@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb
ARG OPENSSL_VERSION="1.1.1d" ARG OPENSSL_VERSION="1.1.1d"
ARG OPENSSL_CHECKSUM="1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2" ARG OPENSSL_CHECKSUM="1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2"
ARG NGINX_VERSION="1.17.8" ARG NGINX_VERSION="1.17.9"
ARG NGINX_CHECKSUM="97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b" ARG NGINX_CHECKSUM="7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689"
ARG NGINX_CONFIG="\ ARG NGINX_CONFIG="\
--with-cc-opt='-fstack-protector-all' \ --with-cc-opt='-fstack-protector-all' \
--with-ld-opt='-Wl,-z,relro,-z,now' \ --with-ld-opt='-Wl,-z,relro,-z,now' \

View file

@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb
ARG OPENSSL_VERSION="1.1.1d" ARG OPENSSL_VERSION="1.1.1d"
ARG OPENSSL_CHECKSUM="1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2" ARG OPENSSL_CHECKSUM="1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2"
ARG NGINX_VERSION="1.17.8" ARG NGINX_VERSION="1.17.9"
ARG NGINX_CHECKSUM="97d23ecf6d5150b30e284b40e8a6f7e3bb5be6b601e373a4d013768d5a25965b" ARG NGINX_CHECKSUM="7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689"
ARG NGINX_CONFIG="\ ARG NGINX_CONFIG="\
--with-cc-opt='-static' \ --with-cc-opt='-static' \
--with-ld-opt='-static' \ --with-ld-opt='-static' \

View file

@ -9,15 +9,15 @@
Available on [Docker Hub](https://hub.docker.com) as [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx): Available on [Docker Hub](https://hub.docker.com) as [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
- [`1.17.8-glibc`, `1.17.8`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`) - [`1.17.9-glibc`, `1.17.9`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`)
- [`1.17.8-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) - [`1.17.9-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`)
### Quay ### Quay
Available on [Quay](https://quay.io) as: Available on [Quay](https://quay.io) as:
- [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.17.8`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`) - [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.17.9`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`)
- [`quay.io/ricardbejarano/nginx-musl`](https://quay.io/repository/ricardbejarano/nginx-musl), tags: [`1.17.8`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) - [`quay.io/ricardbejarano/nginx-musl`](https://quay.io/repository/ricardbejarano/nginx-musl), tags: [`1.17.9`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`)
## Features ## Features