Bump nginx from 1.25.1 to 1.25.2

This commit is contained in:
Arjan H
2023-08-17 21:44:15 +02:00
parent 0cc6fb6b93
commit a1ed502f03
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.1
FROM nginx:1.25.2

View File

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

View File

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