diff --git a/Dockerfile b/Dockerfile index 67321c4..c51e5df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.7 +FROM golang:1.22.0 # The purpose of this Dockerfile is just to "trick" Dependabot into # creating a pull request when a new version of Go is released. This