From 7e022336d1a963832008c083fc83425afbab4045 Mon Sep 17 00:00:00 2001 From: Igor Ignatev <1761812+brainfair@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:49:14 +0300 Subject: [PATCH] update dockerfile best practices --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]