diff --git a/Dockerfile b/Dockerfile index 66f03e9..25375c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM golang:1.25.7-alpine AS compiler +FROM golang:1.26.0-alpine AS compiler RUN apk add --no-cache make gcc musl-dev linux-headers git ca-certificates WORKDIR /app COPY . .