Skip to content

Commit 432dd50

Browse files
chore(deps): update golang:1.26.2 docker digest to fcdb3e4
1 parent e0a91dd commit 432dd50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.audit-scanner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the audit-scanner binary
2-
FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS builder
2+
FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

Dockerfile.kubewarden-controller

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
# Build the manager binary
4-
FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS build
4+
FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS build
55

66
WORKDIR /workspace
77
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)