diff --git a/Dockerfile b/Dockerfile index 21f69b3d..4e41af02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ENV PUBLIC_BACKEND_WS_ENDPOINT=${PUBLIC_BACKEND_WS_ENDPOINT} RUN npm install && \ npm run build -FROM golang:1.22-bullseye AS builder +FROM golang:1.23-bullseye AS builder WORKDIR /app COPY . ./