diff --git a/Dockerfile b/Dockerfile index c74d417..f180ae7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23.4-alpine AS builder +FROM golang:1.26.1-alpine AS builder # Install dependencies RUN apk add --no-cache git