We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c4f220 + 10bc5e0 commit 823a8f5Copy full SHA for 823a8f5
1 file changed
Dockerfile
@@ -26,7 +26,7 @@ RUN addgroup -gid 1000 piper && \
26
USER piper
27
WORKDIR ${USER_HOME}
28
29
-ARG MTA_PLUGIN_VERSION=3.0.1
+ARG MTA_PLUGIN_VERSION=3.0.2
30
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
31
ARG CSPUSH_PLUGIN_VERSION=1.3.2
32
ARG CSPUSH_PLUGIN_URL=https://github.com/dawu415/CF-CLI-Create-Service-Push-Plugin/releases/download/${CSPUSH_PLUGIN_VERSION}/CreateServicePushPlugin.linux64
0 commit comments