diff --git a/.github/Dockerfile b/.github/Dockerfile index b3f5102..c70dc08 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.25.1 +FROM nginx:1.25.2 diff --git a/build/docker-compose.yml b/build/docker-compose.yml index 748d81c..7d9fb59 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -116,7 +116,7 @@ services: restart: always nginx: - image: nginx:1.25.1 + image: nginx:1.25.2 restart: always networks: - bluenet diff --git a/patches/docker-compose.patch b/patches/docker-compose.patch index 51a437f..0867895 100644 --- a/patches/docker-compose.patch +++ b/patches/docker-compose.patch @@ -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