8 Commits

Author SHA1 Message Date
renovate cb8c7b02db chore(deps): update golang docker tag to v1.25.6 (#116) 2026-01-16 00:57:55 +00:00
renovate bc1ca34c6c chore(deps): update golang:1.25.5 docker digest to 3a01526 (#115) 2026-01-13 06:16:12 +00:00
argoyle fea69bc45c Merge branch 'renovate/golang-1.25.5' into 'main'
chore(deps): update golang:1.25.5 docker digest to ad03ba9

See merge request unboundsoftware/pre-commit!110
2025-12-30 15:57:27 +01:00
Renovate 6aee48d5ef chore(deps): update golang:1.25.5 docker digest to ad03ba9 2025-12-30 03:58:12 +00:00
argoyle 87f2afe263 Merge branch 'renovate/golang-1.25.5' into 'main'
chore(deps): update golang:1.25.5 docker digest to 0c27bcf

See merge request unboundsoftware/pre-commit!107
2025-12-09 15:11:34 +01:00
Renovate 282175daf3 chore(deps): update golang:1.25.5 docker digest to 0c27bcf 2025-12-09 15:01:30 +01:00
argoyle f1cda3a703 Merge branch 'fix/ci-unset-buildkitd-host' into 'main'
fix(ci): unset BUILDKITD_HOST in the build stage

See merge request unboundsoftware/pre-commit!108
2025-12-09 15:01:07 +01:00
argoyle 609c12da30 fix(ci): unset BUILDKITD_HOST in the build stage
Unset the BUILDKITD_HOST variable in the build stage to ensure  
consistent build environments and prevent potential build issues.  
This change improves the CI/CD process reliability.
2025-12-09 14:49:41 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,5 +14,6 @@ build:
stage: build
script:
- unset BUILDTOOLS_CONTENT
- unset BUILDKIT_HOST
- build
- push
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.5@sha256:ff44d519dbd3f622224d3433f319ae0b046abe081dda5b3d3c3db04a712e1898
FROM amd64/golang:1.25.6@sha256:9860925875ac68a8fb57416cfc5c1ee267a06226730434af677b9406e8ea6ee6
ENV PATH=${PATH}:/root/.local/bin