Skip to content

Commit b8f8005

Browse files
authored
Merge pull request #271 from redpanda-data/casing
dockerfile: fix casing
2 parents 9b79d5c + 95fdfda commit b8f8005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################################
22
# Build image
33
############################################################
4-
FROM golang:1.22-alpine as builder
4+
FROM golang:1.22-alpine AS builder
55

66
ARG VERSION
77
ARG BUILT_AT

0 commit comments

Comments
 (0)