From 2579437019240f2e33a9cd7f8a55628e6f295aec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:29:57 +0000 Subject: [PATCH] Update varnish Docker tag to v7.3 --- 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 2698b2121..0547296f3 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.2-alpine +FROM varnish:7.3-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"