diff --git a/.github/Dockerfile b/.github/Dockerfile index c70dc08..43044fb 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.2 +FROM nginx:1.25.3 diff --git a/build/docker-compose.yml b/build/docker-compose.yml index 7d9fb59..a4511ea 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -116,7 +116,7 @@ services: restart: always nginx: - image: nginx:1.25.2 + image: nginx:1.25.3 restart: always networks: - bluenet diff --git a/patches/docker-compose.patch b/patches/docker-compose.patch index 0867895..dafdbf3 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.2 ++ image: nginx:1.25.3 + restart: always + networks: + - bluenet