upgraded to 1.23.3
This commit is contained in:
parent
7e4d5e9188
commit
0b46310e2f
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3 AS build
|
||||
|
||||
ARG VERSION="1.23.2"
|
||||
ARG CHECKSUM="a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46"
|
||||
ARG VERSION="1.23.3"
|
||||
ARG CHECKSUM="75cb5787dbb9fae18b14810f91cc4343f64ce4c24e27302136fb52498042ba54"
|
||||
|
||||
ARG OPENSSL_VERSION="1.1.1q"
|
||||
ARG OPENSSL_CHECKSUM="d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca"
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
|
||||
Available on Docker Hub as [`docker.io/ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
|
||||
|
||||
- [`1.23.2`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.23.3`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
### RedHat Quay
|
||||
|
||||
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
|
||||
|
||||
- [`1.23.2`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.23.3`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue