diff --git a/Dockerfile b/Dockerfile index 3fd0610..5682e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base -FROM golang:1.25.6-alpine AS builder +FROM golang:1.26.2-alpine AS builder RUN apk add --no-cache build-base WORKDIR /app COPY . /app