aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 07:37:10 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 07:37:10 +0000
commitfe0812071b749b2ff18e41e9ec6257ccee2f3197 (patch)
treebd966b83f075b824ef5bae43777029e4ac1cc665 /Dockerfile
parenthttps working now (diff)
downloadhived-fe0812071b749b2ff18e41e9ec6257ccee2f3197.tar.gz
hived-fe0812071b749b2ff18e41e9ec6257ccee2f3197.zip
changes endpoints to crypto/
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f43cefe..1cb0683 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ RUN cd /hived && go mod download
COPY *.go /hived/
RUN cd /hived && go build
-FROM alpine:3.13
+FROM gcr.io/distroless/static-debian10
COPY --from=builder /hived/hived /hived/
COPY ./docker-entrypoint.sh /hived/
ENTRYPOINT ["/hived/docker-entrypoint.sh"]