diff --git a/Dockerfile b/Dockerfile index a31fa4c..0a0f641 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.8 -FROM golang:1.25-alpine AS builder +FROM golang:1.26-alpine AS builder RUN apk add --no-cache build-base git WORKDIR /app COPY . .