diff --git a/Dockerfile b/Dockerfile index b4ff6d2..a345f57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,13 +14,13 @@ RUN apt-get update && \ ARG USER_HOME=/home/piper RUN addgroup -gid 1000 piper && \ useradd piper --uid 1000 --gid 1000 --shell /bin/bash --home-dir "${USER_HOME}" --create-home && \ - curl --location --silent "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v7&source=github" | tar -zx -C /usr/local/bin && \ + curl --location --silent "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=v8&source=github" | tar -zx -C /usr/local/bin && \ cf --version USER piper WORKDIR ${USER_HOME} -ARG MTA_PLUGIN_VERSION=2.7.0 +ARG MTA_PLUGIN_VERSION=3.0.1 ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64 ARG CSPUSH_PLUGIN_VERSION=1.3.2 ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64