diff --git a/schemas/Dockerfile b/schemas/Dockerfile index 7634547a..4ea348af 100644 --- a/schemas/Dockerfile +++ b/schemas/Dockerfile @@ -1,6 +1,6 @@ ## Build ## -FROM golang:1.22-alpine AS build +FROM golang:1.23-alpine AS build WORKDIR /app