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