From a6421e95d03413eac6607045dd154eaa1df10f50 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sat, 26 Jan 2019 21:24:27 -0800 Subject: [PATCH] Updated frontend to fix the crash --- dockerfile-captain.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-captain.release b/dockerfile-captain.release index b8e2624..7f84065 100644 --- a/dockerfile-captain.release +++ b/dockerfile-captain.release @@ -14,7 +14,7 @@ RUN npm run build # Build frontend code using a fixed hash commit -ENV FRONTEND_COMMIT_HASH 3aa3d862cf7188d05b5c7fa21314b4772d84472c +ENV FRONTEND_COMMIT_HASH 8c0b603b29bde8ed76ece12f7ece06f8d00bcfda RUN git clone https://github.com/githubsaturn/caprover-frontend.git && \ cd caprover-frontend && \