From 20f937fa9971cd4c48f2c9525e7d6b260bb81a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:46:49 +0000 Subject: [PATCH 1/2] Update varnish Docker tag to v6.0.12 --- 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 18a438853..b4779fc68 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.11 as vmod +FROM varnish:6.0.12 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.11 +FROM varnish:6.0.12 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" From 110569a67ab164668e5d795735d4358e6ac52050 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 15 Nov 2023 13:04:16 +1100 Subject: [PATCH 2/2] Update 6.Dockerfile --- 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 b4779fc68..b59078eb2 100644 --- a/images/varnish/6.Dockerfile +++ b/images/varnish/6.Dockerfile @@ -18,8 +18,8 @@ RUN curl -s https://packagecloud.io/install/repositories/varnishcache/varnish60l libpcre3-dev \ libtool \ python3-docutils \ - varnish=6.0.11-1~bullseye \ - varnish-dev=6.0.11-1~bullseye + varnish=6.0.12-1~bullseye \ + varnish-dev=6.0.12-1~bullseye ENV LIBVMOD_DYNAMIC_VERSION=6.0 RUN cd /tmp && curl -sSLO https://github.com/nigoroll/libvmod-dynamic/archive/${LIBVMOD_DYNAMIC_VERSION}.zip \