From 777cca0416a7dfdc6e4ff9c976b6ca73f59b1ef4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Feb 2022 02:12:38 +0000 Subject: [PATCH] chore(deps): update containerbase/buildpack docker tag to v3.6.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4c238b..293a351 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=containerbase/buildpack -ARG BUILDPACK_VERSION=3.5.0 +ARG BUILDPACK_VERSION=3.6.0 FROM ghcr.io/containerbase/buildpack:${BUILDPACK_VERSION}