mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Use latest tag for nginx docker image
This commit is contained in:
2
.github/Dockerfile
vendored
2
.github/Dockerfile
vendored
@@ -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
|
||||
|
||||
@@ -143,7 +143,7 @@ services:
|
||||
restart: always
|
||||
|
||||
nginx:
|
||||
image: nginx:1.27.3
|
||||
image: nginx:latest
|
||||
restart: always
|
||||
networks:
|
||||
- bouldernet
|
||||
|
||||
@@ -186,7 +186,7 @@ index b66a13d04..96edbf4ec 100644
|
||||
+ restart: always
|
||||
+
|
||||
+ nginx:
|
||||
+ image: nginx:1.27.3
|
||||
+ image: nginx:latest
|
||||
+ restart: always
|
||||
+ networks:
|
||||
+ - bouldernet
|
||||
|
||||
Reference in New Issue
Block a user