Commit 1335e4b 1 parent cddc239 commit 1335e4b Copy full SHA for 1335e4b
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
# If you change this value, please change it in the following files as well:
13
13
# /Dockerfile
14
14
# /dev.Dockerfile
15
- GO_VERSION : 1.22.3
15
+ GO_VERSION : 1.22.6
16
16
17
17
jobs :
18
18
# #######################
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ RUN apk add --no-cache --update alpine-sdk \
35
35
# If you change this value, please also update:
36
36
# /dev.Dockerfile
37
37
# /.github/workflows/main.yml
38
- FROM golang:1.22.3 -alpine as golangbuilder
38
+ FROM golang:1.22.6 -alpine as golangbuilder
39
39
40
40
# Instead of checking out from git again, we just copy the whole working
41
41
# directory of the previous stage that includes the generated static assets.
Original file line number Diff line number Diff line change 1
- FROM golang:1.22.3 -bookworm
1
+ FROM golang:1.22.6 -bookworm
2
2
3
3
RUN apt-get update && apt-get install -y git
4
4
ENV GOCACHE=/tmp/build/.cache
You can’t perform that action at this time.
0 commit comments