diff --git a/.github/actions/cf-deploy/Dockerfile b/.github/actions/cf-deploy/Dockerfile index 2365b587..7d2496aa 100644 --- a/.github/actions/cf-deploy/Dockerfile +++ b/.github/actions/cf-deploy/Dockerfile @@ -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"]