From aa096e42ebbb101f811ce239dc367c5ab074c961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:18:43 +0000 Subject: [PATCH] build(docker): bump caddy from 2.11.3 to 2.11.4 in the docker group Bumps the docker group with 1 update: caddy. Updates `caddy` from 2.11.3 to 2.11.4 --- updated-dependencies: - dependency-name: caddy dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74f14c28d..8552499ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # Note: the above syntax parser directive is only needed so that we can use the COPY directive with # the `--exclude` option. -FROM caddy:2.11.3 +FROM caddy:2.11.4 COPY build/POLARISATION /srv/POLARISATION COPY build/assets/images /srv/assets/images