From 7ba1f78cee9ba3e8574b537a49a3f01cff4a6779 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 21:02:38 +0000 Subject: [PATCH] chore(deps): update varnish docker tag to v6.6.2 --- images/varnish/6.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/varnish/6.Dockerfile b/images/varnish/6.Dockerfile index 886762fc5..807e1b562 100644 --- a/images/varnish/6.Dockerfile +++ b/images/varnish/6.Dockerfile @@ -1,7 +1,7 @@ ARG IMAGE_REPO FROM ${IMAGE_REPO:-lagoon}/commons as commons -FROM varnish:6.0.12 as vmod +FROM varnish:6.6.2 as vmod USER root RUN apt-get update \ @@ -31,7 +31,7 @@ RUN cd /tmp && curl -sSLO https://github.com/varnish/varnish-modules/archive/${V && unzip ${VARNISH_MODULES_VERSION}.zip && cd varnish-modules-${VARNISH_MODULES_VERSION} \ && ./bootstrap && ./configure && make && make install -FROM varnish:6.0.12 +FROM varnish:6.6.2 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"