diff --git a/Dockerfile b/Dockerfile index 59a44d6..79f2be0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.2-alpine as builder +FROM golang:1.23.2-alpine AS builder ARG TARGETPLATFORM ARG REVISON @@ -28,4 +28,4 @@ USER nobody COPY --from=builder --chown=nobody:nobody /workspace/bpdispatcher . -ENTRYPOINT ["./bpdispatcher"] \ No newline at end of file +ENTRYPOINT ["./bpdispatcher"]