diff --git a/Dockerfile.glibc b/Dockerfile.glibc index 886749d..c9b91b1 100644 --- a/Dockerfile.glibc +++ b/Dockerfile.glibc @@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb ARG OPENSSL_VERSION="1.1.1c" ARG OPENSSL_CHECKSUM="f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90" -ARG NGINX_VERSION="1.17.0" -ARG NGINX_CHECKSUM="e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab" +ARG NGINX_VERSION="1.17.1" +ARG NGINX_CHECKSUM="6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e" ARG NGINX_CONFIG="\ --with-cc-opt='-fstack-protector-all' \ --with-ld-opt='-Wl,-z,relro,-z,now' \ diff --git a/Dockerfile.musl b/Dockerfile.musl index c8e9a86..d6240ed 100644 --- a/Dockerfile.musl +++ b/Dockerfile.musl @@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb ARG OPENSSL_VERSION="1.1.1c" ARG OPENSSL_CHECKSUM="f6fb3079ad15076154eda9413fed42877d668e7069d9b87396d0804fdb3f4c90" -ARG NGINX_VERSION="1.17.0" -ARG NGINX_CHECKSUM="e21b5d06cd53e86afb94f0b3678e0abb0c0f011433471fa3d895cefa65ae0fab" +ARG NGINX_VERSION="1.17.1" +ARG NGINX_CHECKSUM="6f1825b4514e601579986035783769c456b888d3facbab78881ed9b58467e73e" ARG NGINX_CONFIG="\ --with-cc-opt='-static' \ --with-ld-opt='-static' \ diff --git a/README.md b/README.md index 755e578..4f184b2 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ Available on [Docker Hub](https://hub.docker.com) as [`ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx): -- [`1.17.0-glibc`, `1.17.0`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) -- [`1.17.0-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) +- [`1.17.1-glibc`, `1.17.1`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) +- [`1.17.1-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.0`, `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.0`, `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.1`, `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.1`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) ## Features