From 7472cc52c126ee78cd3f4179b513b7538bdffed6 Mon Sep 17 00:00:00 2001 From: Ricard Bejarano Date: Tue, 7 Jul 2020 19:11:54 +0200 Subject: [PATCH] upgraded to 1.19.1 --- 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 8be3c6a..b782545 100644 --- a/Dockerfile.glibc +++ b/Dockerfile.glibc @@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb ARG OPENSSL_VERSION="1.1.1g" ARG OPENSSL_CHECKSUM="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46" -ARG VERSION="1.19.0" -ARG CHECKSUM="44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8" +ARG VERSION="1.19.1" +ARG CHECKSUM="a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492" 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 fd6670b..da77ee4 100644 --- a/Dockerfile.musl +++ b/Dockerfile.musl @@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb ARG OPENSSL_VERSION="1.1.1g" ARG OPENSSL_CHECKSUM="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46" -ARG VERSION="1.19.0" -ARG CHECKSUM="44a616171fcd7d7ad7c6af3e6f3ad0879b54db5a5d21be874cd458b5691e36c8" +ARG VERSION="1.19.1" +ARG CHECKSUM="a004776c64ed3c5c7bc9b6116ba99efab3265e6b81d49a57ca4471ff90655492" ARG CONFIG="\ --with-cc-opt='-static' \ --with-ld-opt='-static' \ diff --git a/README.md b/README.md index 2d1aeec..341bd13 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.19.0-glibc`, `1.19.0`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`) -- [`1.19.0-musl`, `musl` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) +- [`1.19.1-glibc`, `1.19.1`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`) +- [`1.19.1-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.19.0`, `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.19.0`, `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.19.1`, `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.19.1`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`) ## Features