Update SLASH/
Some checks failed
/ container (push) Has been cancelled

Should fix problem reported in
https://gitlab.com/uplex/varnish/slash/-/issues/92
This commit is contained in:
Patrik Lundin 2025-02-27 11:29:36 +01:00
parent af7f7d11e6
commit 2682839756
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -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 a06224b9c6087349c511135f6011a3d33aacf934 && \
git checkout c2e05e831ffc8095d9cc56510f24a5529ab16282 && \
./bootstrap && \
make check && \
make install && \