diff --git a/.github/Dockerfile b/.github/Dockerfile index 43044fb..1131d95 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.3 +FROM nginx:1.25.4 diff --git a/build/docker-compose.yml b/build/docker-compose.yml index a0c99be..c695654 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -122,7 +122,7 @@ services: restart: always nginx: - image: nginx:1.25.3 + image: nginx:1.25.4 restart: always networks: - bluenet diff --git a/patches/docker-compose.patch b/patches/docker-compose.patch index 5e1d0c0..6f68eaf 100644 --- a/patches/docker-compose.patch +++ b/patches/docker-compose.patch @@ -131,7 +131,7 @@ index 0d59c1228..85791692b 100644 - bjaeger: - image: jaegertracing/all-in-one:1.50 + nginx: -+ image: nginx:1.25.3 ++ image: nginx:1.25.4 + restart: always networks: - bouldernet: