Skip to content

Commit c603d17

Browse files
chore(deps): update golang:1.26.2 docker digest to b54cbf5
1 parent a69975b commit c603d17

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:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36 AS builder
2+
FROM golang:1.26.2@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 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:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36 AS build
4+
FROM golang:1.26.2@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 AS build
55

66
WORKDIR /workspace
77
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)