upgraded to 1.18.0
This commit is contained in:
parent
70ad3d8246
commit
129420b8d9
3 changed files with 8 additions and 8 deletions
|
@ -9,8 +9,8 @@ ARG ZLIB_CHECKSUM="c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb
|
|||
ARG OPENSSL_VERSION="1.1.1g"
|
||||
ARG OPENSSL_CHECKSUM="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46"
|
||||
|
||||
ARG VERSION="1.17.10"
|
||||
ARG CHECKSUM="a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83"
|
||||
ARG VERSION="1.18.0"
|
||||
ARG CHECKSUM="4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99"
|
||||
ARG 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.1g"
|
||||
ARG OPENSSL_CHECKSUM="ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46"
|
||||
|
||||
ARG VERSION="1.17.10"
|
||||
ARG CHECKSUM="a9aa73f19c352a6b166d78e2a664bb3ef1295bbe6d3cc5aa7404bd4664ab4b83"
|
||||
ARG VERSION="1.18.0"
|
||||
ARG CHECKSUM="4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99"
|
||||
ARG 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.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`)
|
||||
- [`1.18.0-glibc`, `1.18.0`, `glibc`, `master`, `latest` *(Dockerfile.glibc)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.glibc) (about `14MB`)
|
||||
- [`1.18.0-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.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`)
|
||||
- [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx), [`quay.io/ricardbejarano/nginx-glibc`](https://quay.io/repository/ricardbejarano/nginx-glibc), tags: [`1.18.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.18.0`, `master`, `latest` *(Dockerfile.musl)*](https://github.com/ricardbejarano/nginx/blob/master/Dockerfile.musl) (about `12.3MB`)
|
||||
|
||||
|
||||
## Features
|
||||
|
|
Loading…
Add table
Reference in a new issue