Skip to content

Commit 70e8e0e

Browse files
authored
Upgrade to Nginx 1.28.0 (#13593)
1 parent 9ba7dfe commit 70e8e0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252

5353
# Nginx is serving django static and media files and proxies to django and geonode
5454
geonode:
55-
image: geonode/nginx:1.26.3-latest
55+
image: geonode/nginx:1.28.0-v1
5656
container_name: nginx4${COMPOSE_PROJECT_NAME}
5757
env_file:
5858
- .env

docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ services:
5252

5353
# Nginx is serving django static and media files and proxies to django and geonode
5454
geonode:
55-
image: geonode/nginx:1.26.3-latest
55+
image: geonode/nginx:1.28.0-v1
5656
container_name: nginx4${COMPOSE_PROJECT_NAME}
5757
env_file:
5858
- .env_test

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464

6565
# Nginx is serving django static and media files and proxies to django and geonode
6666
geonode:
67-
image: geonode/nginx:1.26.3-latest
67+
image: geonode/nginx:1.28.0-v1
6868
container_name: nginx4${COMPOSE_PROJECT_NAME}
6969
env_file:
7070
- .env

0 commit comments

Comments
 (0)