diff --git a/deployments/devel/Dockerfile b/deployments/devel/Dockerfile index 88c26fc9..0b65488c 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.4 +FROM golang:1.23.5 WORKDIR /work COPY * .