From 509bb033b9167961a9873c99bbfe99ed41389217 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 24 Jan 2022 23:03:56 +0000 Subject: [PATCH] chore(deps): update containerbase/buildpack docker tag to v3.2.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e8b24a..a4140ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=docker depName=containerbase/buildpack -ARG BUILDPACK_VERSION=3.2.1 +ARG BUILDPACK_VERSION=3.2.2 FROM ghcr.io/containerbase/buildpack:${BUILDPACK_VERSION}