From 1894f16dfd922823af3648bfd9ddaa87a290564e Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Fri, 5 Apr 2019 23:09:18 -0700 Subject: [PATCH] Updated commit --- dockerfile-captain.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-captain.release b/dockerfile-captain.release index 826cd5c..5556dd2 100644 --- a/dockerfile-captain.release +++ b/dockerfile-captain.release @@ -15,7 +15,7 @@ RUN npm install && \ # Build frontend code using a fixed hash commit. -ENV FRONTEND_COMMIT_HASH 351a520ebcd57387866e7dc79659c097ecb74cd0 +ENV FRONTEND_COMMIT_HASH c49ddddf0740f675d6e5caa3d503c81bbc3e22a5 RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \ git clone https://github.com/githubsaturn/caprover-frontend.git && \