Skip to content

Commit

Permalink
Update nginx to 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Dec 25, 2023
1 parent 9931582 commit a024063
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rockylinux:9

LABEL maintainer="Kleis Auke Wolthuizen <[email protected]>"

ARG NGINX_VERSION=1.23.4
ARG NGINX_VERSION=1.25.3

# Copy the contents of this repository to the container
COPY . /var/www/imagesweserv
Expand Down
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This document describes how to use weserv/images with Docker.

1. Build the container (with a specified nginx version).
```bash
docker build --build-arg NGINX_VERSION=1.23.4 -t weserv/images -f docker/Dockerfile .
docker build --build-arg NGINX_VERSION=1.25.3 -t weserv/images -f docker/Dockerfile .
```

2. Run the container (same as above, but using the recently built tag).
Expand Down
2 changes: 1 addition & 1 deletion docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.19

LABEL maintainer="Kleis Auke Wolthuizen <[email protected]>"

ARG NGINX_VERSION=1.23.4
ARG NGINX_VERSION=1.25.3

# Copy the contents of this repository to the container
COPY . /var/www/imagesweserv
Expand Down
2 changes: 1 addition & 1 deletion third_party/nginx/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (NOT NGX_VERSION)
set(NGX_VERSION 1.23.4)
set(NGX_VERSION 1.25.3)
endif()

set(NGX_ROOT ${CMAKE_CURRENT_BINARY_DIR})
Expand Down

0 comments on commit a024063

Please sign in to comment.