upgraded to 1.20.0
This commit is contained in:
parent
3a2db3693e
commit
421ff4a0ae
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:3 AS build
|
FROM alpine:3 AS build
|
||||||
|
|
||||||
ARG VERSION="1.19.10"
|
ARG VERSION="1.20.0"
|
||||||
ARG CHECKSUM="e8d0290ff561986ad7cd6c33307e12e11b137186c4403a6a5ccdb4914c082d88"
|
ARG CHECKSUM="54ef91ec8ebcaa486c640c09c92d832eaeaff149b10ee52ef140f407b1b04d1c"
|
||||||
|
|
||||||
ARG OPENSSL_VERSION="1.1.1k"
|
ARG OPENSSL_VERSION="1.1.1k"
|
||||||
ARG OPENSSL_CHECKSUM="892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
|
ARG OPENSSL_CHECKSUM="892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
|
||||||
|
|
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
Available on Docker Hub as [`docker.io/ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
|
Available on Docker Hub as [`docker.io/ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
|
||||||
|
|
||||||
- [`1.19.10`, `latest` *(Dockerfile)*](Dockerfile)
|
- [`1.20.0`, `latest` *(Dockerfile)*](Dockerfile)
|
||||||
|
|
||||||
### RedHat Quay
|
### RedHat Quay
|
||||||
|
|
||||||
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
|
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
|
||||||
|
|
||||||
- [`1.19.10`, `latest` *(Dockerfile)*](Dockerfile)
|
- [`1.20.0`, `latest` *(Dockerfile)*](Dockerfile)
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
Loading…
Add table
Reference in a new issue