diff --git a/Dockerfile b/Dockerfile index e25483f..ea160ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM golang:1.26-alpine AS builder +FROM golang:1.27-alpine AS builder RUN apk add --no-cache git WORKDIR /app COPY go.mod go.sum ./