From 7b12f091e8a3841d941dfc07afc048be03e2c113 Mon Sep 17 00:00:00 2001 From: Will Jordan Date: Sat, 13 Feb 2016 13:48:46 -0500 Subject: [PATCH] use alpine:edge image for packaging test vips requires main/gettext-0.19.7r1 for aports commit 4ef70b432b05b720f7f144c2060550749d378205 to link correctly. --- packaging/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/test.sh b/packaging/test.sh index e44a0360..ef021366 100755 --- a/packaging/test.sh +++ b/packaging/test.sh @@ -51,7 +51,7 @@ fi # Alpine echo "Testing alpine..." -if docker run -i -t --rm -v $PWD:/v -e "SHARP_TEST_WITHOUT_CACHE=0" alpine:3.3 >packaging/alpine.log 2>&1 sh -c "cd /v; ./packaging/test/alpine.sh; $test"; +if docker run -i -t --rm -v $PWD:/v -e "SHARP_TEST_WITHOUT_CACHE=0" alpine:edge >packaging/alpine.log 2>&1 sh -c "cd /v; ./packaging/test/alpine.sh; $test"; then echo "alpine OK" else echo "alpine fail" && cat packaging/alpine.log fi