We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a91dd commit 432dd50Copy full SHA for 432dd50
2 files changed
Dockerfile.audit-scanner
@@ -1,5 +1,5 @@
1
# Build the audit-scanner binary
2
-FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS builder
+FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
Dockerfile.kubewarden-controller
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
# Build the manager binary
-FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS build
+FROM golang:1.26.2@sha256:fcdb3e42c5544e9682a635771eac76a698b66de79b1b50ec5b9ce5c5f14ad775 AS build
6
7
0 commit comments