Skip to content

Commit

Permalink
dockerfile: fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhsu committed Aug 17, 2024
1 parent 9b79d5c commit 95fdfda
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 95fdfda

Please sign in to comment.