ARG GO_VERSION=latest
FROM golang:${GO_VERSION}
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]