diff --git a/schemas/Dockerfile b/schemas/Dockerfile index 2b19da4b..da2bfbdb 100644 --- a/schemas/Dockerfile +++ b/schemas/Dockerfile @@ -1,6 +1,6 @@ ## Build ## -FROM golang:1.24-alpine AS build +FROM golang:1.25-alpine AS build WORKDIR /app