diff --git a/Dockerfile b/Dockerfile index f13ca52..a95d770 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine as builder +FROM golang:1.23-alpine AS builder ARG CGO_ENABLED=0 WORKDIR /app