From bf1376bcf2933cc296d503ca29fb3801ee5cc951 Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 3 Mar 2019 21:31:03 -0800 Subject: [PATCH] Updated for 1.3.0 --- dockerfile-captain.release | 2 +- src/utils/CaptainConstants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfile-captain.release b/dockerfile-captain.release index 1cde64a..eb1dbbe 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 817871e874ee4ee60bf172172d938507a3a4ebc8 +ENV FRONTEND_COMMIT_HASH ea6a7a912fe39ca9693c45f1a6fe9c3fa8f71db8 RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \ git clone https://github.com/githubsaturn/caprover-frontend.git && \ diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index e101ea1..0c405d4 100644 --- a/src/utils/CaptainConstants.ts +++ b/src/utils/CaptainConstants.ts @@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER = const configs = { publishedNameOnDockerHub: 'caprover/caprover', - version: '1.2.1', + version: '1.3.0', defaultMaxLogSize: '512m',