From 3c1a97d17656535e158ce80d0c81b1923dbe08a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 23:08:20 +0000 Subject: [PATCH] Bump goodwithtech/dockle from v0.2.1 to v0.4.5 Bumps goodwithtech/dockle from v0.2.1 to v0.4.5. --- updated-dependencies: - dependency-name: goodwithtech/dockle dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 340940f..79f6568 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Copyright 2017-2019 Hewlett Packard Enterprise Development LP -FROM goodwithtech/dockle:v0.2.1 as dockle +FROM goodwithtech/dockle:v0.4.5 as dockle FROM docker:19.03-git