From b9bdf4c8e9b1b769ee529944c880d777af9f9984 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 28 Jun 2020 17:44:54 -0400 Subject: [PATCH] Update dockerfile-captain.release --- dockerfile-captain.release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile-captain.release b/dockerfile-captain.release index a444547..3b71fdf 100644 --- a/dockerfile-captain.release +++ b/dockerfile-captain.release @@ -15,7 +15,7 @@ RUN npm install --production && \ # Build frontend code using a fixed hash commit. -ENV FRONTEND_COMMIT_HASH ed797a4110c448ef4653df97faa4d7c224d0c431 +ENV FRONTEND_COMMIT_HASH 1f93360239d56a21b70327d0106f58c284216676 RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \ git clone https://github.com/githubsaturn/caprover-frontend.git && \