From 7bc4210215a9410f3ba83013a5b5021fc1cf23a5 Mon Sep 17 00:00:00 2001 From: Erki Aas Date: Fri, 26 Jul 2024 14:44:47 +0300 Subject: [PATCH] Checkout specific application commit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b926237..a386d06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,6 +52,7 @@ RUN echo d # Install freescout RUN git clone -b add-s3-support https://github.com/veebkolm/freescout.git /app +RUN git checkout 41e2e5d3bc3b408d002b99aef449b33bbea22b80 # Install oauth plugin COPY modules/OAuth /app/Modules/OAuth