From 1f9ddd4b5512adb1df5355f1ab5d2115b7ee91e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:30:03 +0000 Subject: [PATCH] fix(deps): update ghcr.io/visualon/buildpack docker tag to v11.1.2 | datasource | package | from | to | | ---------- | -------------------------- | ------ | ------ | | docker | ghcr.io/visualon/buildpack | 11.1.1 | 11.1.2 | --- linux/Dockerfile | 2 +- windows/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Dockerfile b/linux/Dockerfile index 4e7b7ac0..be227a3e 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,6 +1,6 @@ FROM ghcr.io/alerque/git-warp-time:v0.8.5@sha256:d9fc9ae6ed418c1f348cd6e6adc15b11ca86c24251f5605f96c67e708e40a4a3 AS git-warp-time -FROM ghcr.io/visualon/buildpack:11.1.1@sha256:4ac35b463d47b1853108e77f59120950cbba98aae0bec5655df21445a3a7c596 +FROM ghcr.io/visualon/buildpack:11.1.2@sha256:0910463923e2d234f860db7caf21cc0067147ce30c58513bf505617b0fb6a468 LABEL \ org.opencontainers.image.source="https://github.com/visualon/docker-builder" \ diff --git a/windows/Dockerfile b/windows/Dockerfile index 52b57a99..876911d9 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -1,7 +1,7 @@ # escape=` # Use the latest buildpack. -FROM ghcr.io/visualon/buildpack:11.1.1@sha256:4ac35b463d47b1853108e77f59120950cbba98aae0bec5655df21445a3a7c596 +FROM ghcr.io/visualon/buildpack:11.1.2@sha256:0910463923e2d234f860db7caf21cc0067147ce30c58513bf505617b0fb6a468 LABEL ` org.opencontainers.image.source="https://github.com/visualon/docker-builder" `