Эх сурвалжийг харах

Use buildpack-deps:jessie-curl for curl

Mike Dillon 10 жил өмнө
parent
commit
263c1e7507

+ 1 - 1
test/tests/jetty-hello-web/run.sh

@@ -7,7 +7,7 @@ dir="$(dirname "$(readlink -f "$BASH_SOURCE")")"
 image="$1"
 
 # Pull a client image with curl for testing
-clientImage='appropriate/curl'
+clientImage='buildpack-deps:jessie-curl'
 docker pull "$clientImage"
 
 # Create an instance of the container-under-test