build: Fix typo in Dockerfile

This commit is contained in:
TwiN 2025-03-14 19:33:27 -04:00
parent 6d807e322e
commit 43b0772e7d

View File

@ -1,5 +1,5 @@
# Build the go application into a binary
FROM golang:alpine as builder
FROM golang:alpine AS builder
RUN apk --update add ca-certificates
WORKDIR /app
COPY . ./