Skip to content

Commit

Permalink
fix path to artifacts in codefresh volume (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsu authored Aug 11, 2019
1 parent d116aea commit 9ae2026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.8

RUN apk add --update ca-certificates

COPY dist/linux_386/iris /usr/local/bin/
COPY dist/iris_linux_386/iris /usr/local/bin/
COPY hack/docker_entrypoint.sh /entrypoint.sh
COPY VERSION /VERSION

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.6.1

0 comments on commit 9ae2026

Please sign in to comment.