Update Dockerfile.

This commit is contained in:
Catherine
2025-09-17 10:31:31 +00:00
parent 9e7ea8b5f1
commit 8d9c64410e

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine AS builder
FROM golang:1.25-alpine AS builder
RUN apk add --no-cache git
WORKDIR /app
COPY go.mod go.sum ./