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