From 22b36af33a8eb4c893df4ced198eebe541d9cbe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:59:20 +0000 Subject: [PATCH] fix(deps): update ghcr.io/visualon/buildpack docker tag to v11.1.48 | datasource | package | from | to | | ---------- | -------------------------- | ------- | ------- | | docker | ghcr.io/visualon/buildpack | 11.1.47 | 11.1.48 | --- linux/Dockerfile | 2 +- windows/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Dockerfile b/linux/Dockerfile index 2e8a7aef..49660ec1 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.1.47@sha256:da13a10ed7c8dbd5fd831f15b5d905602449cde052be11d35ecd1b7329c075af +FROM ghcr.io/visualon/buildpack:11.1.48@sha256:d4c67d42878f8201f0a249e4643e62546affbcd288c1bfe27899a35b8285e667 LABEL \ org.opencontainers.image.source="https://github.com/visualon/docker-builder" \ diff --git a/windows/Dockerfile b/windows/Dockerfile index fcc34c8d..d2f13c1a 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -1,7 +1,7 @@ # escape=` # Use the latest buildpack. -FROM ghcr.io/visualon/buildpack:11.1.47@sha256:da13a10ed7c8dbd5fd831f15b5d905602449cde052be11d35ecd1b7329c075af +FROM ghcr.io/visualon/buildpack:11.1.48@sha256:d4c67d42878f8201f0a249e4643e62546affbcd288c1bfe27899a35b8285e667 LABEL ` org.opencontainers.image.source="https://github.com/visualon/docker-builder" `