Skip to content

Commit

Permalink
update ppiper/cf-cli version (#177)
Browse files Browse the repository at this point in the history
remove html5-plugin module install

Co-authored-by: Steffen Weinstock <[email protected]>
Co-authored-by: Christian Georgi <[email protected]>
  • Loading branch information
3 people authored Jul 8, 2022
1 parent 0c4fd35 commit d75b3f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/cf-deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM ppiper/cf-cli:v10
FROM ppiper/cf-cli:v11

# needed for cf to find its config
# (GH resets HOME to /github/workspace)
ENV CF_HOME=$HOME

RUN cf install-plugin -r CF-Community "html5-plugin" -f

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit d75b3f9

Please sign in to comment.