Browse Source

Use buildpack-deps:jessie-curl for curl

Mike Dillon 10 years ago
parent
commit
263c1e7507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/tests/jetty-hello-web/run.sh

+ 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