diff --git a/Dockerfile b/Dockerfile index 1c44e7056..eebc24add 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build -FROM golang:1.23-alpine AS builder +FROM golang:1.24-alpine AS builder RUN apk add build-base WORKDIR /app