upgraded to 1.25.1
This commit is contained in:
parent
c77439f122
commit
3d57ce51c6
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3 AS build
|
||||
|
||||
ARG VERSION="1.25.0"
|
||||
ARG CHECKSUM="5ed44d45943272a4e8a5bcf4434237210f2de31b903fca5e381c1bbd7eee1e8c"
|
||||
ARG VERSION="1.25.1"
|
||||
ARG CHECKSUM="f09071ac46e0ea3adc0008ef0baca229fc6b4be4533baef9bbbfba7de29a8602"
|
||||
|
||||
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.0`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.25.1`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
### RedHat Quay
|
||||
|
||||
Available on RedHat Quay as [`quay.io/ricardbejarano/nginx`](https://quay.io/repository/ricardbejarano/nginx):
|
||||
|
||||
- [`1.25.0`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
- [`1.25.1`, `latest` *(Dockerfile)*](Dockerfile)
|
||||
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue