diff --git a/.github/Dockerfile b/.github/Dockerfile index a381814..51055ec 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -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 diff --git a/build/docker-compose.yml b/build/docker-compose.yml index f8da450..c2b0852 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -143,7 +143,7 @@ services: restart: always nginx: - image: nginx:1.27.3 + image: nginx:latest restart: always networks: - bouldernet diff --git a/patches/docker-compose.patch b/patches/docker-compose.patch index 4067cda..5fb4770 100644 --- a/patches/docker-compose.patch +++ b/patches/docker-compose.patch @@ -186,7 +186,7 @@ index b66a13d04..96edbf4ec 100644 + restart: always + + nginx: -+ image: nginx:1.27.3 ++ image: nginx:latest + restart: always + networks: + - bouldernet