diff --git a/Dockerfile b/Dockerfile index 6d82f56..3b3e65a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################ # Build image ############################################################ -FROM golang:1.22-alpine as builder +FROM golang:1.22-alpine AS builder ARG VERSION ARG BUILT_AT