Browse Source

Use buildpack-deps:jessie-curl for curl

Mike Dillon 10 năm trước cách đây
mục cha
commit
263c1e7507
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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