From 37c3341b03768d98df4064e99522872e553bc422 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 14 Jul 2022 17:52:50 +0200
Subject: [PATCH] chore(images): Fix Dockerfile name in Makefile

---
 images/.utils/container-build.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/.utils/container-build.mk b/images/.utils/container-build.mk
index 447a314e2..f786f842b 100644
--- a/images/.utils/container-build.mk
+++ b/images/.utils/container-build.mk
@@ -27,7 +27,7 @@ TAG=$(shell . $(RELEASE_SUPPORT); getTag)
 SHELL=/bin/bash
 
 DOCKER_BUILD_CONTEXT=.
-DOCKER_FILE_PATH=Containerfile
+DOCKER_FILE_PATH=Dockerfile
 
 .PHONY: pre-build docker-build post-build build release patch-release minor-release major-release tag check-status check-release showver \
 	push pre-push do-push post-push
-- 
GitLab