From 21b034e2f04e7e666f5155b2706bf1af7a641869 Mon Sep 17 00:00:00 2001 From: Daniel Hirschbach Date: Mon, 17 Oct 2022 12:24:03 +0200 Subject: [PATCH] Update to cf-cli v8, mta 3.0.1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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