Bump nginx from 1.25.2 to 1.25.3

This commit is contained in:
Arjan H
2023-10-26 22:23:41 +02:00
parent 573716b019
commit 1030dfd204
3 changed files with 3 additions and 3 deletions

2
.github/Dockerfile vendored
View File

@@ -1,3 +1,3 @@
# Dummy Dockerfile for dependabot, if it finds an update we need to update docker-compose.yml
#
FROM nginx:1.25.2
FROM nginx:1.25.3

View File

@@ -116,7 +116,7 @@ services:
restart: always
nginx:
image: nginx:1.25.2
image: nginx:1.25.3
restart: always
networks:
- bluenet

View File

@@ -129,7 +129,7 @@ index 4c28fe96..df62bf8b 100644
+ restart: always
+
+ nginx:
+ image: nginx:1.25.2
+ image: nginx:1.25.3
+ restart: always
+ networks:
+ - bluenet