Skip to content

Commit

Permalink
update dockerfile best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfair committed Oct 4, 2024
1 parent c368aa1 commit 7e02233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.2-alpine as builder
FROM golang:1.23.2-alpine AS builder

ARG TARGETPLATFORM
ARG REVISON
Expand Down Expand Up @@ -28,4 +28,4 @@ USER nobody

COPY --from=builder --chown=nobody:nobody /workspace/bpdispatcher .

ENTRYPOINT ["./bpdispatcher"]
ENTRYPOINT ["./bpdispatcher"]

0 comments on commit 7e02233

Please sign in to comment.