Skip to content

Commit db12c1f

Browse files
chore(deps): update docker.io/library/alpine docker tag to v3.23.3
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent eb584c9 commit db12c1f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ RUN curl -L https://github.com/libbpf/bpftool/releases/download/${BPFTOOL_TAG}/b
8484

8585
# Get bash-completion manifests and generate tetra CLI bash
8686
# autocompletions (we don't want all bash-completions in the base-build)
87-
FROM docker.io/library/alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS cli-autocomplete
87+
FROM docker.io/library/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS cli-autocomplete
8888
COPY --from=tetragon-builder /go/src/github.com/cilium/tetragon/tetra /usr/bin/
8989
RUN apk add --no-cache bash-completion && \
9090
tetra completion bash > /etc/bash_completion.d/tetra && \
9191
chmod a+r /etc/bash_completion.d/tetra
9292

9393
# Almost final step runs on target platform (might need emulation) and
9494
# retrieves (cross-)compiled binaries from builders
95-
FROM docker.io/library/alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62 AS base-build
95+
FROM docker.io/library/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 AS base-build
9696
RUN apk add --no-cache iproute2
9797
RUN mkdir /var/lib/tetragon/ && \
9898
mkdir -p /etc/tetragon/tetragon.conf.d/ && \

Dockerfile.operator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
ARG BASE_IMAGE=scratch
55
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c
6-
ARG ALPINE_IMAGE=docker.io/library/alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
6+
ARG ALPINE_IMAGE=docker.io/library/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
77

88
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
99
# Represents the plataform where the build is happening, do not mix with

Dockerfile.rthooks

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
ARG GOLANG_IMAGE=docker.io/library/golang:1.25.6@sha256:fc24d3881a021e7b968a4610fc024fba749f98fe5c07d4f28e6cfa14dc65a84c
4-
ARG BASE_IMAGE=docker.io/library/alpine:3.23.2@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
4+
ARG BASE_IMAGE=docker.io/library/alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
55

66
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
77
# Represents the plataform where the build is happening, do not mix with

0 commit comments

Comments
 (0)