Skip to content

Commit

Permalink
Use an absolute link in Dockerfile :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Jan 17, 2019
1 parent 0d3d25e commit b786719
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yj"
version = "0.7.9"
version = "0.7.10"
authors = ["Bruce Adams <[email protected]>"]

categories = ["command-line-utilities"]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM scratch

ADD https://github.com/bruceadams/yj/releases/download/$SOURCE_BRANCH/yj.linux /yj
ADD https://github.com/bruceadams/yj/releases/download/0.7.10/yj.linux /yj

ENTRYPOINT [ "/yj" ]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Simple command line tool to convert a YAML input file into a JSON output file.

```bash
$ yj --help
yj 0.7.9
yj 0.7.10
Bruce Adams <[email protected]>
Read YAML, write JSON

Expand Down

0 comments on commit b786719

Please sign in to comment.