We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd93219 commit 32dd6b2Copy full SHA for 32dd6b2
Dockerfile
@@ -4,7 +4,7 @@
4
# Need a lot of additional configuration to build multi-arch images
5
6
# STAGE 1: building the executable
7
-FROM docker.io/golang:1.23.5-alpine3.20 as builder
+FROM docker.io/golang:1.23.5-alpine3.20 AS builder
8
WORKDIR /build
9
10
ARG VERSION
0 commit comments