Procházet zdrojové kódy

Use buildpack-deps:jessie-curl for curl

Mike Dillon před 10 roky
rodič
revize
263c1e7507
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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