From 98c759557ed239e59ad8b1dca76b7510d0b2d094 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 27 Feb 2025 15:10:11 +0100 Subject: [PATCH] Revert changes Build still gets stuck, lets see if it works again now. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8394aea..4730092 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # Dockerfile contents Based on # https://github.com/varnish/docker-varnish/blob/master/vmod-examples/Dockerfile.with-varnish-src # to get access to varnish source as expected by slash build steps. -FROM varnish:7.6.1 +FROM varnish:7.5.0 # https://code.uplex.de/uplex-varnish/slash/blob/master/INSTALL.rst ENV SLASH_DEPS="git autoconf autoconf-archive automake libtool python3-docutils python3-sphinx libpcre2-dev libreadline-dev liburing-dev libxxhash-dev libncurses-dev" @@ -46,7 +46,7 @@ RUN set -e && \ git clone https://code.uplex.de/uplex-varnish/slash.git $SLASHSRC && \ cd $SLASHSRC && \ # use specific commit for reproducibility - git checkout c2e05e831ffc8095d9cc56510f24a5529ab16282 && \ + git checkout a06224b9c6087349c511135f6011a3d33aacf934 && \ ./bootstrap && \ make check && \ make install && \