diff --git a/deployments/devel/Dockerfile b/deployments/devel/Dockerfile index fb804bbe..a7b61db9 100644 --- a/deployments/devel/Dockerfile +++ b/deployments/devel/Dockerfile @@ -14,7 +14,7 @@ # This Dockerfile is also used to define the golang version used in this project # This allows dependabot to manage this version in addition to other images. -FROM golang:1.23.8 +FROM golang:1.23.9 WORKDIR /work COPY * .