From e10941e650173b33d28bca622245667ff9d3b3b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:00:21 +0000 Subject: [PATCH] fix(deps): update ghcr.io/visualon/buildpack docker tag to v6.0.11 (#1849) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- linux/Dockerfile | 2 +- windows/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Dockerfile b/linux/Dockerfile index 405b12d7..2e3dfb09 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/visualon/buildpack:6.0.10@sha256:8b8f2fdb492bc713a8bf7b018159b96b1eebf92a58215f261f64bc2152eecd7e +FROM ghcr.io/visualon/buildpack:6.0.11@sha256:3748b2f8d2881e0d3a29142aec4eaa6088f208fd64043475af43860eb883e13b LABEL \ org.opencontainers.image.source="https://github.com/visualon/docker-builder" \ diff --git a/windows/Dockerfile b/windows/Dockerfile index 2a7e3a8b..e7298121 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -1,7 +1,7 @@ # escape=` # Use the latest buildpack. -FROM ghcr.io/visualon/buildpack:6.0.10@sha256:8b8f2fdb492bc713a8bf7b018159b96b1eebf92a58215f261f64bc2152eecd7e +FROM ghcr.io/visualon/buildpack:6.0.11@sha256:3748b2f8d2881e0d3a29142aec4eaa6088f208fd64043475af43860eb883e13b LABEL ` org.opencontainers.image.source="https://github.com/visualon/docker-builder" `