From 4e50ad01787abcbccf493a5213b4df583af8b949 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:00:14 +0000 Subject: [PATCH] chore(deps): update varnish docker tag to v7.6 --- images/varnish/7.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/varnish/7.Dockerfile b/images/varnish/7.Dockerfile index d0e596e96..e0412aa89 100644 --- a/images/varnish/7.Dockerfile +++ b/images/varnish/7.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons AS commons -FROM varnish:7.5-alpine +FROM varnish:7.6-alpine ARG LAGOON_VERSION ENV LAGOON_VERSION=$LAGOON_VERSION