diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 6c30d20..6ce16ac 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.23.8-alpine AS builder +FROM golang:1.26.4-alpine AS builder # Install build tools RUN apk add --no-cache build-base