From 558385cae16e2efb3875e9615a9f576b24ebae22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:49:30 +0000 Subject: [PATCH] chore(deps): update varnish docker tag to v7.5 --- 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 5e7801ba2..fe2a8396f 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.4-alpine +FROM varnish:7.5-alpine LABEL org.opencontainers.image.authors="The Lagoon Authors" maintainer="The Lagoon Authors" LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-images" repository="https://github.com/uselagoon/lagoon-images"