diff --git a/Dockerfile b/Dockerfile index 6efe7a4..ae1c75e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base -FROM golang:1.20.4-alpine AS builder +FROM golang:1.23.4-alpine AS builder RUN apk add --no-cache git build-base gcc musl-dev WORKDIR /app