File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 AS builder
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:f60eaa87c79e604967c84d18fd3b151b3ee3f033bcdade4f3494e38411e60963 AS builder
33
44ARG BUILDPLATFORM
55ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RELEASE_MSG ?= "koperator release"
1818REL_TAG = $(shell ./scripts/increment_version.sh -${RELEASE_TYPE} ${TAG})
1919
2020# Version constants
21- GOLANGCI_VERSION = 2.6.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
21+ GOLANGCI_VERSION = 2.6.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
2222LICENSEI_VERSION = 0.9.0 # renovate: datasource=github-releases depName=goph/licensei
2323CONTROLLER_GEN_VERSION = v0.19.0 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
2424ENVTEST_K8S_VERSION = 1.34.1 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools extractVersion=^envtest-v(?<version>.+)$
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN apk add --no-cache gnupg wget && \
2828
2929
3030# backported from https://github.com/docker-library/openjdk/blob/master/18/jdk/slim-bullseye/Dockerfile
31- FROM debian:bullseye-slim@sha256:75e0b7a6158b4cc911d4be07d9f6b8a65254eb8c58df14023c3da5c462335593
31+ FROM debian:bullseye-slim@sha256:530a3348fc4b5734ffe1a137ddbcee6850154285251b53c3425c386ea8fac77b
3232
3333ARG scala_version
3434ARG kafka_version
Original file line number Diff line number Diff line change 1- FROM golang:1.25@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 as builder
1+ FROM golang:1.25@sha256:f60eaa87c79e604967c84d18fd3b151b3ee3f033bcdade4f3494e38411e60963 as builder
22
33WORKDIR /workspace
44
You can’t perform that action at this time.
0 commit comments