From a4389a4d4a5c99912b0e29ed606371a8e67a5427 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Tue, 16 Jan 2024 12:09:21 +0100
Subject: [PATCH] Fix move of gitlab-tofu script

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ebc862b..35d9d0a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,7 +23,7 @@ RUN curl --proto '=https' --tlsv1.2 -fsSL https://get.opentofu.org/install-opent
 
 WORKDIR /
 
-COPY assets/gitlab-tofu.sh /usr/bin/gitlab-tofu
+COPY src/gitlab-tofu.sh /usr/bin/gitlab-tofu
 RUN chmod +x /usr/bin/gitlab-tofu
 
 # Override ENTRYPOINT
-- 
GitLab