From 25b58d8cf162ac89a63454e74266b3b4ba0290d4 Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Tue, 14 Apr 2020 17:01:15 +0200 Subject: [PATCH] upgraded to 1.17.10 --- Dockerfile.glibc | 4 ++-- Dockerfile.musl | 4 ++-- README.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Dockerfile.glibc b/Dockerfile.glibc index f293b3a..0d6c4e5 100644 --- a/Dockerfile.glibc +++ b/Dockerfile.glibc @@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb ARG OPENSSL_VERSION="1.1.1f" ARG OPENSSL_CHECKSUM="186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35" -ARG VERSION="1.17.9" -ARG CHECKSUM="7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689" +ARG VERSION="1.17.10" +ARG CHECKSUM="a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83" ARG CONFIG="\ --with-cc-opt='-fstack-protector-all' \ --with-ld-opt='-Wl,-z,relro,-z,now' \ diff --git a/Dockerfile.musl b/Dockerfile.musl index bbeecef..8438396 100644 --- a/Dockerfile.musl +++ b/Dockerfile.musl @@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb ARG OPENSSL_VERSION="1.1.1f" ARG OPENSSL_CHECKSUM="186c6bfe6ecfba7a5b48c47f8a1673d0f3b0e5ba2e25602dd23b629975da3f35" -ARG VERSION="1.17.9" -ARG CHECKSUM="7dd65d405c753c41b7fdab9415cfb4bdbaf093ec6d9f7432072d52cb7bcbb689" +ARG VERSION="1.17.10" +ARG CHECKSUM="a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83" ARG CONFIG="\ --with-cc-opt='-static' \ --with-ld-opt='-static' \ diff --git a/README.md b/README.md index 1e2eff2..a799df1 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.9-glibc`, `1.17.9`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`) -- [`1.17.9-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) +- [`1.17.10-glibc`, `1.17.10`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`) +- [`1.17.10-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) ### Quay Available on [Quay](https://quay.io) as: -- [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx), [`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.9`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) +- [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx), [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.17.10`, `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.10`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) ## Features