Skip to content

Commit

Permalink
upgraded to 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardbejarano committed Aug 17, 2024
1 parent 26fcb36 commit 73df6c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73df6c5

Please sign in to comment.