From ea4dfe35f774e4897e79f2c8358ddda503b0c302 Mon Sep 17 00:00:00 2001 From: "graphops-renovate[bot]" <135047802+graphops-renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:19:31 +0000 Subject: [PATCH] ci(deps): update init-stream-download dependencies | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.23 | 3.24 | --- dockerfiles/init-stream-download/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/init-stream-download/Dockerfile b/dockerfiles/init-stream-download/Dockerfile index 636a887..44d2047 100644 --- a/dockerfiles/init-stream-download/Dockerfile +++ b/dockerfiles/init-stream-download/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 +FROM alpine:3.24@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b RUN apk add --no-cache \ coreutils \