diff --git a/Dockerfile b/Dockerfile index bc031bba..8ee5ec59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20-alpine as builder +FROM golang:1.21-alpine as builder RUN apk --update add --no-cache gcc musl-dev