diff --git a/Containerfile b/Containerfile index 8a83390..4e55a1f 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,4 @@ -FROM alpine:latest -RUN apk add -U --no-cache ca-certificates +FROM scratch ARG BUILT_ARTIFACT ADD "$BUILT_ARTIFACT" / EXPOSE 8080