summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2019-11-05 00:10:26 -0500
committerAlex Goodman <wagoodman@gmail.com>2019-11-05 00:10:26 -0500
commit0b147b0f6098b519d2e57c2aa74646dfbf95ab85 (patch)
tree109ea29198d46ac311e9e5e046b26bc9703e2522
parent1468244dc5bb426269c581c6b6375179795d315f (diff)
use goreleaser binaryv0.9.0
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6a7e7f2..5cce526 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"]