File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ RUN install-tool git-lfs v3.5.1
72
72
RUN install-tool gleam 1.5.1
73
73
74
74
# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
75
- RUN install-tool golang 1.23.2
75
+ RUN install-tool golang 1.23.3
76
76
77
77
# renovate: datasource=github-releases packageName=helm/helm
78
78
RUN install-tool helm v3.16.2
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ WORKDIR /test
44
44
FROM base AS testa
45
45
46
46
# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
47
- RUN install-tool golang 1.23.2
47
+ RUN install-tool golang 1.23.3
48
48
49
49
USER 12021
50
50
@@ -92,7 +92,7 @@ RUN prepare-tool golang
92
92
USER 12021
93
93
94
94
# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
95
- RUN install-tool golang 1.23.2
95
+ RUN install-tool golang 1.23.3
96
96
97
97
98
98
RUN set -ex; cd a; go get -d ./...; cat go.sum; go mod tidy; cat go.sum
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ARG CONTAINERBASE_LOG_LEVEL
42
42
FROM base AS test-golang
43
43
44
44
# renovate: datasource=github-releases packageName=containerbase/golang-prebuild
45
- RUN install-tool golang 1.23.2
45
+ RUN install-tool golang 1.23.3
46
46
47
47
#--------------------------------------
48
48
# Image: final
You can’t perform that action at this time.
0 commit comments