diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 07:37:10 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 07:37:10 +0000 |
commit | fe0812071b749b2ff18e41e9ec6257ccee2f3197 (patch) | |
tree | bd966b83f075b824ef5bae43777029e4ac1cc665 /Dockerfile | |
parent | https working now (diff) | |
download | hived-fe0812071b749b2ff18e41e9ec6257ccee2f3197.tar.gz hived-fe0812071b749b2ff18e41e9ec6257ccee2f3197.zip |
changes endpoints to crypto/
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] |