From 9fba3a4610c85a26e085f9fe5c191c20eadeded4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:53:34 +0000 Subject: [PATCH] chore(deps): update caddy docker tag to v2.7.6 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 473cc4f21..8ccde6f08 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -11,7 +11,7 @@ RUN npm ci --ignore-scripts --no-update-notifier --omit=dev && \ # Deploy container # Caddy serves static files -FROM caddy:2.7.5-alpine +FROM caddy:2.7.6-alpine RUN apk add --no-cache ca-certificates # Copy static files and run formatting