diff --git a/Dockerfile b/Dockerfile index c722178..6473310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Multi-stage build -FROM golang:1.26.3-alpine AS builder +FROM golang:1.26.4-alpine AS builder WORKDIR /app COPY go.mod go.sum ./ RUN go mod download