upgraded to 1.27.2
This commit is contained in:
parent
3060fb043e
commit
aab2dfc091
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3 AS build
|
||||
|
||||
ARG VERSION="1.27.1"
|
||||
ARG CHECKSUM="bd7ba68a6ce1ea3768b771c7e2ab4955a59fb1b1ae8d554fedb6c2304104bdfc"
|
||||
ARG VERSION="1.27.2"
|
||||
ARG CHECKSUM="a91ecfc3a0b3a2c1413afca627bd886d76e0414b81cad0fb7872a9655a1b25fa"
|
||||
|
||||
ARG OPENSSL_VERSION="3.3.2"
|
||||
ARG OPENSSL_CHECKSUM="2e8a40b01979afe8be0bbfb3de5dc1c6709fedb46d6c89c10da114ab5fc3d281"
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
|
||||
Available on Docker Hub as [`docker.io/ricardbejarano/nginx`](https://hub.docker.com/r/ricardbejarano/nginx):
|
||||
|
||||
- [`1.27.1`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.27.2`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
### RedHat Quay
|
||||
|
||||
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
|
||||
|
||||
- [`1.27.1`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.27.2`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue