style: fix Dockerfile norm

This commit is contained in:
ange 2024-12-17 04:20:07 +00:00
parent f2c5c345d4
commit 255645232b
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D

View File

@ -1,6 +1,6 @@
ARG VER=1.23
FROM "docker.io/golang:$VER" as build
FROM "docker.io/golang:$VER" AS build
WORKDIR /build/
ARG VER
COPY main.go .