Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
436d8d1bca chore(nix): fix hash for updated go dependencies 2026-03-20 09:45:39 +00:00
dependabot[bot]
2eeb14bb3e chore(deps): bump docker/library/golang in the minor-updates group
Bumps the minor-updates group with 1 update: docker/library/golang.


Updates `docker/library/golang` from 1.25-alpine to 1.26-alpine

---
updated-dependencies:
- dependency-name: docker/library/golang
  dependency-version: 1.26-alpine
  dependency-type: direct:production
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-20 09:44:19 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# FROM golang:1.25-alpine AS builder # FROM golang:1.25-alpine AS builder
FROM public.ecr.aws/docker/library/golang:1.25-alpine AS builder FROM public.ecr.aws/docker/library/golang:1.26-alpine AS builder
# Install git and ca-certificates # Install git and ca-certificates
RUN apk --no-cache add ca-certificates git tzdata RUN apk --no-cache add ca-certificates git tzdata

View File

@@ -35,7 +35,7 @@
inherit version; inherit version;
src = pkgs.nix-gitignore.gitignoreSource [ ] ./.; src = pkgs.nix-gitignore.gitignoreSource [ ] ./.;
vendorHash = "sha256-kmQM8Yy5TuOiNpMpUme/2gfE+vrhUK+0AphN+p71wGs="; vendorHash = "sha256-vy6Dqjek7pLdASbCrM9snq5Dt9lbwNJ0AuQboy1JWNQ=";
nativeInstallCheckInputs = [ pkgs.versionCheckHook ]; nativeInstallCheckInputs = [ pkgs.versionCheckHook ];