@ -1,4 +1,5 @@
FROM scratch
FROM alpine:latest
RUN apk add -U --no-cache ca-certificates
ARG BUILT_ARTIFACT
ADD "$BUILT_ARTIFACT" /
EXPOSE 8080