diff --git a/backend/Dockerfile b/backend/Dockerfile index cf7afa8..e071d52 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM siteworxpro/golang:1.24.3 AS build +FROM siteworxpro/golang:1.25.6 AS build WORKDIR /app