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