We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc4062 commit 2dee083Copy full SHA for 2dee083
Dockerfile
@@ -20,7 +20,7 @@ RUN addgroup -gid 1000 piper && \
20
USER piper
21
WORKDIR ${USER_HOME}
22
23
-ARG MTA_PLUGIN_VERSION=2.3.1
+ARG MTA_PLUGIN_VERSION=2.4.1
24
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry-incubator/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/mta_plugin_linux_amd64
25
26
RUN cf add-plugin-repo CF-Community https://plugins.cloudfoundry.org && \
0 commit comments