From 43b0772e7dcfe12dea90ababc82f2098740f4c18 Mon Sep 17 00:00:00 2001 From: TwiN Date: Fri, 14 Mar 2025 19:33:27 -0400 Subject: [PATCH] build: Fix typo in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f6a540b..8e55ef6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 . ./