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