diff --git a/Dockerfile b/Dockerfile index db41b72..79d8868 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine3.21 as builder +FROM golang:1.24-alpine3.21 AS builder ENV GO111MODULE=on WORKDIR /app