diff --git a/auth/Dockerfile b/auth/Dockerfile index f094f210..5da5144a 100644 --- a/auth/Dockerfile +++ b/auth/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24 AS build +FROM golang:1.25 AS build WORKDIR /app COPY go.mod go.sum ./ diff --git a/auth/Dockerfile.dev b/auth/Dockerfile.dev index 932ab12a..98f7514d 100644 --- a/auth/Dockerfile.dev +++ b/auth/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM golang:1.24 AS build +FROM golang:1.25 AS build WORKDIR /app COPY go.mod go.sum ./