diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 39342cf..eb627b0 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