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 c28674b commit e7c62f2Copy full SHA for e7c62f2
Dockerfile
@@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
35
# If you change this value, please also update:
36
# /dev.Dockerfile
37
# /.github/workflows/main.yml
38
-FROM golang:1.22.3-alpine as golangbuilder
+FROM golang:1.22.6-alpine as golangbuilder
39
40
# Instead of checking out from git again, we just copy the whole working
41
# directory of the previous stage that includes the generated static assets.
0 commit comments