Skip to content

Commit 2cf0ee6

Browse files
chore(deps): Bump golang from 8e8aa80 to 4f4ab2c
Bumps golang from `8e8aa80` to `4f4ab2c`. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 896e954 commit 2cf0ee6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.26-bookworm@sha256:8e8aa801e8417ef0b5c42b504dd34db3db911bb73dba933bd8bde75ed815fdbb AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.26-bookworm@sha256:4f4ab2c90005e7e63cb631f0b4427f05422f241622ee3ec4727cc5febbf83e34 AS builder
22

33
ARG TARGETPLATFORM
44
ARG TARGETOS

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG UBUNTU_RELEASE=22.04
22

3-
FROM golang:1.26-bookworm@sha256:8e8aa801e8417ef0b5c42b504dd34db3db911bb73dba933bd8bde75ed815fdbb AS builder
3+
FROM golang:1.26-bookworm@sha256:4f4ab2c90005e7e63cb631f0b4427f05422f241622ee3ec4727cc5febbf83e34 AS builder
44
ARG UBUNTU_RELEASE
55
ARG TARGETARCH
66

0 commit comments

Comments
 (0)