Skip to content

Commit b392146

Browse files
dependabot[bot]erikgb
authored andcommitted
build(deps): Bump golang from 51a6466 to 8c10f21
Bumps golang from `51a6466` to `8c10f21`. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82eb752 commit b392146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitops-server.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY --chown=node:node ui /home/app/ui
1717
RUN --mount=type=cache,target=/home/app/ui/.parcel-cache make ui
1818

1919
# Go build
20-
FROM golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 AS go-build
20+
FROM golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4 AS go-build
2121

2222
# Add known_hosts entries for GitHub and GitLab
2323
RUN mkdir ~/.ssh

gitops.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG FLUX_CLI=ghcr.io/fluxcd/flux-cli:v$FLUX_VERSION
55
FROM $FLUX_CLI@sha256:a9cb966cddc1a0c56dc0d57dda485d9477dd397f8b45f222717b24663471fd1f AS flux
66

77
# Go build
8-
FROM golang:1.23.5@sha256:51a6466e8dbf3e00e422eb0f7a97ac450b2d57b33617bbe8d2ee0bddcd9d0d37 AS go-build
8+
FROM golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4 AS go-build
99

1010
# Add known_hosts entries for GitHub and GitLab
1111
RUN mkdir ~/.ssh

0 commit comments

Comments
 (0)