Skip to content

Commit b531589

Browse files
renovate-botkonih
authored andcommitted
⬆️ chore(deps): update docker images
1 parent 66c8c57 commit b531589

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.27.0@sha256:65b6f280bf050ec5af12716857e8ea8439d694dbba8f31ceeb7630670071f2bb AS builder
2+
FROM golang:1.27.0@sha256:4013ae0f9e7994f8535c58c811f8f863fbed38b72e0d51e6592156f758d66146 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55
# VERSION-01: build-stamped version (internal/version), passed via --build-arg at release time.
@@ -33,7 +33,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -ldflags
3333

3434
# Runtime image: Debian slim with git + openssh-client for spec.git.engine=cli and git ls-remote probes.
3535
# go-git export (default engine) does not require the git binary; the CLI path and connection probes do.
36-
FROM debian:bookworm-slim@sha256:abd67ffcfa541b485a3dff59865ab629aa048a6c613e639d36e7456b0b229241
36+
FROM debian:bookworm-slim@sha256:88200866dfff7ea7f5cbcb6ec7c8a701889efe6fe859fe64d6990e4b07ea4171
3737

3838
RUN apt-get update && \
3939
apt-get upgrade -y && \

Dockerfile.pipeline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build the kollect-pipeline CLI binary (ADR-0801 pipeline mode).
22
# Same source tree, builder image, and hardening posture as the operator Dockerfile;
33
# only the entrypoint (./cmd/cli vs ./cmd) and runtime base differ.
4-
FROM golang:1.27.0@sha256:65b6f280bf050ec5af12716857e8ea8439d694dbba8f31ceeb7630670071f2bb AS builder
4+
FROM golang:1.27.0@sha256:4013ae0f9e7994f8535c58c811f8f863fbed38b72e0d51e6592156f758d66146 AS builder
55
ARG TARGETOS
66
ARG TARGETARCH
77
# VERSION-01: build-stamped version (internal/version), passed via --build-arg at release time.

0 commit comments

Comments
 (0)