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 e992150 commit 4675b16Copy full SHA for 4675b16
.tool-versions
@@ -1,3 +1,3 @@
1
-golang 1.24.1
+golang 1.24.3
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.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 as builder
+FROM golang:1.24.3-alpine@sha256:b4f875e650466fa0fe62c6fd3f02517a392123eea85f1d7e69d85f780e4db1c1 as builder
8
9
COPY . /src
10
WORKDIR /src
0 commit comments