Skip to content

Commit

Permalink
Merge pull request #64 from theghost5800/patch-1
Browse files Browse the repository at this point in the history
Update version of multiapps plugin to 3.2.0
  • Loading branch information
o-liver authored Oct 27, 2023
2 parents 39eb3e3 + c29e11d commit 582c54b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ RUN addgroup -gid 1000 piper && \
USER piper
WORKDIR ${USER_HOME}

ARG MTA_PLUGIN_VERSION=3.1.1
ARG MTA_PLUGIN_VERSION=3.2.0
ARG MTA_PLUGIN_URL=https://github.com/cloudfoundry/multiapps-cli-plugin/releases/download/v${MTA_PLUGIN_VERSION}/multiapps-plugin.linux64
ENV MULTIAPPS_DISABLE_UPLOAD_PROGRESS_BAR=true
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

Expand Down

0 comments on commit 582c54b

Please sign in to comment.