Skip to content

Commit

Permalink
Merge pull request #29 from cloud-gov/v8
Browse files Browse the repository at this point in the history
Explicitly use cf v8
  • Loading branch information
spgreenberg authored Mar 29, 2024
2 parents d6807f2 + 509ccf9 commit c9b6814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cloudfoundry/cli:latest
FROM cloudfoundry/cli:8
RUN apk update && apk upgrade && apk add --no-cache bash jq curl grep coreutils
ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]

0 comments on commit c9b6814

Please sign in to comment.