diff --git a/backend/Dockerfile b/backend/Dockerfile index 7f7b41ac..7b167fe3 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.9 AS build +FROM golang:1.23 AS build # Context path is the root of the repository