浏览代码

Use buildpack-deps:jessie-curl for curl

Mike Dillon 10 年之前
父节点
当前提交
263c1e7507
共有 1 个文件被更改,包括 1 次插入1 次删除
  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