From 74c01574d222c8197b75735c61b79466fade5659 Mon Sep 17 00:00:00 2001 From: Patrik Lundin Date: Thu, 27 Feb 2025 13:14:25 +0100 Subject: [PATCH] Update to latest varnish Currently the build hangs i SLASH/ tests. Build output where it hangs: ``` make check-TESTS check-local 1338 make[3]: Entering directory '/tmp/slash/src' 1339 make[4]: Entering directory '/tmp/slash/src' 1340 PASS: fellow_cache_test_ndebug ``` The binary that is hanging: ./fellow_cache_test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16c5916..8394aea 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.5.0 +FROM varnish:7.6.1 # 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"