From 23c632cd845780bc93f03d612b9fe1f77366c3b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:13:04 +0000 Subject: [PATCH] fix(deps): update ghcr.io/visualon/buildpack docker tag to v11.2.4 | datasource | package | from | to | | ---------- | -------------------------- | ------ | ------ | | docker | ghcr.io/visualon/buildpack | 11.2.3 | 11.2.4 | --- linux/Dockerfile | 2 +- windows/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Dockerfile b/linux/Dockerfile index a5b07499..024a188c 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/alerque/git-warp-time:v1.0.0@sha256:4e533607444a5d6cf7a313d255309728b166a34a17d570391fc68c82acc6fd1c AS git-warp-time -FROM ghcr.io/visualon/buildpack:11.2.3@sha256:c9f6846488ce6604107bd926893b4ee14fd6ae05f8a07729dbf28288a6e84a7b +FROM ghcr.io/visualon/buildpack:11.2.4@sha256:36b12235d33f79de2afd23c0b9742516504e414fd748d0fc00ec68a00a4596e8 LABEL \ org.opencontainers.image.source="https://github.com/visualon/docker-builder" \ diff --git a/windows/Dockerfile b/windows/Dockerfile index 4f7d8a02..7369f9f8 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -1,7 +1,7 @@ # escape=` # Use the latest buildpack. -FROM ghcr.io/visualon/buildpack:11.2.3@sha256:c9f6846488ce6604107bd926893b4ee14fd6ae05f8a07729dbf28288a6e84a7b +FROM ghcr.io/visualon/buildpack:11.2.4@sha256:36b12235d33f79de2afd23c0b9742516504e414fd748d0fc00ec68a00a4596e8 LABEL ` org.opencontainers.image.source="https://github.com/visualon/docker-builder" `