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