diff --git a/.github/Dockerfile b/.github/Dockerfile index 1131d95..d01dacf 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.4 +FROM nginx:1.26.0 diff --git a/build/docker-compose.yml b/build/docker-compose.yml index d24e873..47b0792 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -125,7 +125,7 @@ services: restart: always nginx: - image: nginx:1.25.4 + image: nginx:1.26.0 restart: always networks: - bouldernet diff --git a/patches/docker-compose.patch b/patches/docker-compose.patch index 2e0e65e..d889d42 100644 --- a/patches/docker-compose.patch +++ b/patches/docker-compose.patch @@ -122,7 +122,7 @@ index 235330460..176d452e0 100644 - bpkilint: - image: ghcr.io/digicert/pkilint:v0.10.1 + nginx: -+ image: nginx:1.25.4 ++ image: nginx:1.26.0 + restart: always networks: - bouldernet: