upgraded to 1.17.4
This commit is contained in:
parent
1b0f2f483f
commit
20646696bb
3 changed files with 8 additions and 8 deletions
|
@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb
|
|||
ARG OPENSSL_VERSION="1.1.1d"
|
||||
ARG OPENSSL_CHECKSUM="1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2"
|
||||
|
||||
ARG NGINX_VERSION="1.17.3"
|
||||
ARG NGINX_CHECKSUM="3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c"
|
||||
ARG NGINX_VERSION="1.17.4"
|
||||
ARG NGINX_CHECKSUM="62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555"
|
||||
ARG NGINX_CONFIG="\
|
||||
--with-cc-opt='-fstack-protector-all' \
|
||||
--with-ld-opt='-Wl,-z,relro,-z,now' \
|
||||
|
|
|
@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb
|
|||
ARG OPENSSL_VERSION="1.1.1d"
|
||||
ARG OPENSSL_CHECKSUM="1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2"
|
||||
|
||||
ARG NGINX_VERSION="1.17.3"
|
||||
ARG NGINX_CHECKSUM="3b84fe1c2cf9ca22fde370e486a9ab16b6427df1b6ea62cdb61978c9f34d0f3c"
|
||||
ARG NGINX_VERSION="1.17.4"
|
||||
ARG NGINX_CHECKSUM="62854b365e66670ef4f1f8cc79124f914551444da974207cd5fe22d85710e555"
|
||||
ARG NGINX_CONFIG="\
|
||||
--with-cc-opt='-static' \
|
||||
--with-ld-opt='-static' \
|
||||
|
|
|
@ -9,15 +9,15 @@
|
|||
|
||||
Available on [Docker Hub](https://hub.docker.com) as [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
|
||||
|
||||
- [`1.17.3-glibc`, `1.17.3`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc)
|
||||
- [`1.17.3-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl)
|
||||
- [`1.17.4-glibc`, `1.17.4`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc)
|
||||
- [`1.17.4-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl)
|
||||
|
||||
### Quay
|
||||
|
||||
Available on [Quay](https://quay.io) as:
|
||||
|
||||
- [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.17.3`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc)
|
||||
- [`quay.io/ricardbejarano/nginx-musl`](https://quay.io/repository/ricardbejarano/nginx-musl), tags: [`1.17.3`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl)
|
||||
- [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.17.4`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc)
|
||||
- [`quay.io/ricardbejarano/nginx-musl`](https://quay.io/repository/ricardbejarano/nginx-musl), tags: [`1.17.4`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl)
|
||||
|
||||
|
||||
## Features
|
||||
|
|
Loading…
Add table
Reference in a new issue