File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ COPY --chown=node:node ui /home/app/ui
18
18
RUN make ui
19
19
20
20
# Go build
21
- FROM golang:1.24.1 @sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 AS go-build
21
+ FROM golang:1.24.2 @sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 AS go-build
22
22
23
23
# Add known_hosts entries for GitHub and GitLab
24
24
RUN mkdir ~/.ssh
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG FLUX_CLI=ghcr.io/fluxcd/flux-cli:v$FLUX_VERSION
5
5
FROM $FLUX_CLI@sha256:a9cb966cddc1a0c56dc0d57dda485d9477dd397f8b45f222717b24663471fd1f AS flux
6
6
7
7
# Go build
8
- FROM golang:1.24.1 @sha256:52ff1b35ff8de185bf9fd26c70077190cd0bed1e9f16a2d498ce907e5c421268 AS go-build
8
+ FROM golang:1.24.2 @sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 AS go-build
9
9
10
10
# Add known_hosts entries for GitHub and GitLab
11
11
RUN mkdir ~/.ssh
You can’t perform that action at this time.
0 commit comments