diff --git a/.tool-versions b/.tool-versions index 334a0bc8ce..2de72235ac 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ -golang 1.22.1 +golang 1.22.2 shfmt 3.8.0 shellcheck 0.10.0 diff --git a/Dockerfile b/Dockerfile index b8b6c61fa0..1ab5953aec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # # Nothing fancy here: we copy in the source code and build on the Alpine Go # image. Refer to .dockerignore to get a sense of what we're not going to copy. -FROM golang:1.22.1-alpine@sha256:89c315d402dcae8b1b25daa52379d5bac33610acf0389f163321572983da95e9 as builder +FROM golang:1.22.2-alpine@sha256:963da5f97ab931c0df6906e8c0ebc7db28c88d013735ae020f9558c3e6cf0580 as builder COPY . /src WORKDIR /src