Skip to content

Commit 32dd6b2

Browse files
committed
chore(ci): uppercase for docker keyword
1 parent cd93219 commit 32dd6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Need a lot of additional configuration to build multi-arch images
55

66
# STAGE 1: building the executable
7-
FROM docker.io/golang:1.23.5-alpine3.20 as builder
7+
FROM docker.io/golang:1.23.5-alpine3.20 AS builder
88
WORKDIR /build
99

1010
ARG VERSION

0 commit comments

Comments
 (0)