We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc02b2 commit 68f3928Copy full SHA for 68f3928
.tool-versions
@@ -1,3 +1,3 @@
1
-golang 1.22.3
+golang 1.22.5
2
shfmt 3.8.0
3
shellcheck 0.10.0
Dockerfile
@@ -4,7 +4,7 @@
4
#
5
# Nothing fancy here: we copy in the source code and build on the Alpine Go
6
# image. Refer to .dockerignore to get a sense of what we're not going to copy.
7
-FROM golang:1.22.3-alpine@sha256:df479aa7d1298917c7de7fd56c7231ec450149f1e63d960ea96aebf9ff9240c5 as builder
+FROM golang:1.22.5-alpine@sha256:31545fe5b4bc16d6797e47bb492a6122d9c387847b3b5ab3cd89a79e28465164 as builder
8
9
COPY . /src
10
WORKDIR /src
0 commit comments