fix: bump dockerfile go version

This commit is contained in:
Gabe Farrell 2025-06-15 19:19:46 -04:00
parent 242a82ad8c
commit bf9b84a171
2 changed files with 3 additions and 1 deletions

View file

@ -11,7 +11,7 @@ COPY ./client .
RUN yarn run build
FROM golang:1.23 AS backend
FROM golang:1.24 AS backend
ARG KOITO_VERSION
ENV CGO_ENABLED=1