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 . ./