From 110569a67ab164668e5d795735d4358e6ac52050 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 15 Nov 2023 13:04:16 +1100 Subject: [PATCH] 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 \