Skip to content

Commit

Permalink
feat: add bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 8, 2021
1 parent 6bb38fd commit 46f272c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
publish:
docker:
- image: oryd/sdk:v0.0.43
- image: oryd/sdk:v0.0.44
working_directory: /sdk
steps:
- checkout
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ RUN td=$(mktemp) \
&& chmod +x /usr/local/bin/gh \
&& rm -rf $td $tdd

RUN gem install bundler

ADD go.mod go.mod
ADD go.sum go.sum
RUN go build -o /usr/local/bin/ory github.com/ory/cli
Expand Down

0 comments on commit 46f272c

Please sign in to comment.