dockerfile: fix case

This commit is contained in:
Carl Pearson
2025-03-30 20:12:14 -06:00
parent bcc6ec8149
commit c34eb0b01d

View File

@@ -1,4 +1,4 @@
FROM golang:1.23.3-bookworm as builder
FROM golang:1.23.3-bookworm AS builder
ARG GIT_SHA="<not provided>"