diff --git a/Dockerfile b/Dockerfile index 9a2f1d0..50773f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Code generated by ezactions. DO NOT EDIT. -FROM golang:1.18.0-alpine AS builder +FROM golang:1.20.0-alpine AS builder RUN apk --no-cache add ca-certificates git WORKDIR /src