From 41e9b0a90e7773dfa1d244ce873cfc28e05d3010 Mon Sep 17 00:00:00 2001 From: Alexander Karl Date: Thu, 10 Oct 2019 22:17:33 +0200 Subject: use debian:10-slim instead of alpine --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a0a216c..c1ce8a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ RUN go get -d -v ./... RUN go build -o /go/bin/static -FROM alpine:latest -COPY --from=build-env /go/bin/static / +FROM debian:10-slim +COPY --from=build-env /go/bin/static /static ENV port=8080 ENV directory="/mount" -- cgit 1.4.1