From 734ffe30e1f36bd4b95c77e80f145e7fa00874ca Mon Sep 17 00:00:00 2001
From: devthejo <devthejo@protonmail.com>
Date: Sat, 16 Dec 2023 13:14:51 +0100
Subject: [PATCH] chore: wip

---
 Dockerfile                         | 4 ++--
 src/entrypoint.sh => entrypoint.sh | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename src/entrypoint.sh => entrypoint.sh (100%)

diff --git a/Dockerfile b/Dockerfile
index 45fa561..f5bfe33 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM devthefuture/init-container-toolbox:latest
+FROM devthefuture/init-container-toolbox:latest@sha256:9511484e313d051713935aa32e91801781b9074ab78ea60f116f9e0dc61a3541
 
 USER 0
 ARG HELM_VERSION=3.10.0
@@ -6,5 +6,5 @@ RUN curl -sSL https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz | tar
   && cp linux-amd64/helm /usr/local/bin/helm
 USER 1000
 
-COPY src/entrypoint.sh /entrypoint.sh
+COPY entrypoint.sh /
 ENTRYPOINT ["/entrypoint.sh"]
diff --git a/src/entrypoint.sh b/entrypoint.sh
similarity index 100%
rename from src/entrypoint.sh
rename to entrypoint.sh