style: fix Dockerfile norm
All checks were successful
/ mirror (push) Successful in 4s
/ deploy (push) Successful in 34s

This commit is contained in:
ange 2024-12-17 04:20:07 +00:00
parent bafef7c95b
commit 82852f004f
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 .