Skip to content

Commit

Permalink
Merge pull request #271 from redpanda-data/casing
Browse files Browse the repository at this point in the history
dockerfile: fix casing
  • Loading branch information
andrewhsu authored Aug 20, 2024
2 parents 9b79d5c + 95fdfda commit b8f8005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################
# Build image
############################################################
FROM golang:1.22-alpine as builder
FROM golang:1.22-alpine AS builder

ARG VERSION
ARG BUILT_AT
Expand Down

0 comments on commit b8f8005

Please sign in to comment.