diff --git a/Dockerfile b/Dockerfile index 5b36c63..d7761e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build go -FROM golang:1.23.2-alpine AS builder +FROM golang:1.24.0-alpine AS builder WORKDIR /app COPY . . ENV CGO_ENABLED=0