upgraded to 1.23.0
This commit is contained in:
parent
fac9bc0298
commit
7efcdc9345
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3 AS build
|
||||
|
||||
ARG VERSION="1.21.6"
|
||||
ARG CHECKSUM="66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae"
|
||||
ARG VERSION="1.23.0"
|
||||
ARG CHECKSUM="820acaa35b9272be9e9e72f6defa4a5f2921824709f8aa4772c78ab31ed94cd1"
|
||||
|
||||
ARG OPENSSL_VERSION="1.1.1o"
|
||||
ARG OPENSSL_CHECKSUM="9384a2b0570dd80358841464677115df785edb941c71211f75076d72fe6b438f"
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
|
||||
Available on Docker Hub as [`docker.io/ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
|
||||
|
||||
- [`1.21.6`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.23.0`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
### RedHat Quay
|
||||
|
||||
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
|
||||
|
||||
- [`1.21.6`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.23.0`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue