From d63a029ab0c9eb379a5243bc8be997664b171af0 Mon Sep 17 00:00:00 2001 From: James Strong Date: Fri, 4 Nov 2022 12:15:07 -0400 Subject: [PATCH] fix Signed-off-by: James Strong --- distroless-build/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/distroless-build/Makefile b/distroless-build/Makefile index b3d845bed..dfb9ff833 100644 --- a/distroless-build/Makefile +++ b/distroless-build/Makefile @@ -16,7 +16,6 @@ # set default shell SHELL=/bin/bash -o pipefail -o errexit - DIR:=$(strip $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))) # 0.0.0 shouldn't clobber any released builds