Skip to content

Commit bd284d0

Browse files
Update golang Docker tag to v1.26.5 (release-2026-lts) (#10385)
Update golang Docker tag to v1.26.5 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | golang | 1.26.4 | 1.26.5 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0455dff commit bd284d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GOVULNCHECK_VERSION ?= v1.1.4
2323

2424
GO_DOCKER_IMAGE_NAME ?= golang
2525
# renovate: datasource=docker depName=golang versioning=docker
26-
GO_DOCKER_IMAGE_VERSION ?= 1.26.4-trixie
26+
GO_DOCKER_IMAGE_VERSION ?= 1.26.5-trixie
2727
GO_DOCKER_IMAGE ?= $(GO_DOCKER_IMAGE_NAME):$(GO_DOCKER_IMAGE_VERSION)
2828

2929
REGISTRY ?= ## The registry where the image is located.

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG PACKAGE_REPO=pkgs.nginx.com
1616

1717

1818
############################################# Base images containing libs for FIPS #############################################
19-
FROM golang:1.26.4-alpine@sha256:f33ee4cd42bb16e731cb7e8a1fba2b4ec562ed61ed30834580e4ac24be8ed3cf AS golang-builder
19+
FROM golang:1.26.5-alpine@sha256:739b5c7c89c2ba19b5744fab836efe973158e2c4b08808e99285f735af3e2926 AS golang-builder
2020

2121
############################################# NGINX files #############################################
2222
FROM scratch AS nginx-files

0 commit comments

Comments
 (0)