Use latest tag for nginx docker image

This commit is contained in:
Arjan H
2025-03-20 20:02:44 +01:00
parent 7d518d7ea4
commit c077f642d0
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.27.3
FROM nginx:latest

View File

@@ -143,7 +143,7 @@ services:
restart: always
nginx:
image: nginx:1.27.3
image: nginx:latest
restart: always
networks:
- bouldernet

View File

@@ -186,7 +186,7 @@ index b66a13d04..96edbf4ec 100644
+ restart: always
+
+ nginx:
+ image: nginx:1.27.3
+ image: nginx:latest
+ restart: always
+ networks:
+ - bouldernet