From ad624bb7c6988dc0c68812dba53815d35fa9a436 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 04:00:55 +0000 Subject: [PATCH] chore(deps): update varnish docker tag to v7.6.1 --- .docker-hub/varnish/Dockerfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.docker-hub/varnish/Dockerfile b/.docker-hub/varnish/Dockerfile index 24ef0280cf..c4eb445a97 100644 --- a/.docker-hub/varnish/Dockerfile +++ b/.docker-hub/varnish/Dockerfile @@ -1,4 +1,4 @@ -ARG VERSION=7.6.0 +ARG VERSION=7.6.1 FROM varnish:${VERSION} diff --git a/docker-compose.yml b/docker-compose.yml index a596330d33..f7cc227fb1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,7 +56,7 @@ services: - 'host.docker.internal:host-gateway' http-cache: - image: varnish:7.6.0 + image: varnish:7.6.1 container_name: 'ecamp3-http-cache' depends_on: - api