Skip to content

Commit

Permalink
use goreleaser binary
Browse files Browse the repository at this point in the history
  • Loading branch information
wagoodman committed Nov 5, 2019
1 parent 1468244 commit 0b147b0
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
Expand Up @@ -8,5 +8,5 @@ RUN apt-get update && apt-get install -y \
ARG DOCKER_CLI_VERSION="19.03.1"
RUN curl -L https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_CLI_VERSION.tgz | \
tar -xz --strip-component=1 -C /usr/local/bin/ docker/docker
COPY dist/dive_linux_amd64/dive /usr/local/bin/
COPY dive /usr/local/bin/
ENTRYPOINT ["/usr/local/bin/dive"]

0 comments on commit 0b147b0

Please sign in to comment.