Skip to content

Commit be2070b

Browse files
chore(deps): update dockerfile deps (#1163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 468d8b8 commit be2070b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.0@sha256:5502b0e56fca23feba76dbc5387ba59c593c02ccc2f0f7355871ea9a0852cebe
1+
FROM golang:1.25.1@sha256:0caf875670e0ec9ebe7f4a9f4cf02add9d06ffccb055cc1066c83270c237dfb9
22

33
COPY --chmod=755 otelcol-ebpf-profiler /otelcol-ebpf-profiler
44
ENTRYPOINT ["/otelcol-ebpf-profiler"]

scripts/package-tests/Dockerfile.test.deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A debian image with systemd enabled. Must be run with:
22
# `-d --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro` flags
3-
FROM debian:13@sha256:6d87375016340817ac2391e670971725a9981cfc24e221c47734681ed0f6c0f5
3+
FROM debian:13@sha256:833c135acfe9521d7a0035a296076f98c182c542a2b6b5a0fd7063d355d696be
44

55
ENV container docker
66
ENV DEBIAN_FRONTEND noninteractive

0 commit comments

Comments
 (0)