diff --git a/dockerfile-captain.release b/dockerfile-captain.release index fe25b71..51f6755 100644 --- a/dockerfile-captain.release +++ b/dockerfile-captain.release @@ -16,7 +16,7 @@ RUN npm run build # Build frontend code -ENV FRONTEND_COMMIT_HASH f6266c4e878edf4f9ce1b4b360d79e1a6034d41a +ENV FRONTEND_COMMIT_HASH 21b6f6f1369f86cc6abbf48ff3d793e5a962bb1a RUN git clone https://github.com/githubsaturn/caprover-frontend.git && \ cd caprover-frontend && \ diff --git a/src/utils/CaptainConstants.ts b/src/utils/CaptainConstants.ts index 086aca1..c057ffe 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: '0.9.1', + version: '0.9.0', defaultMaxLogSize: '512m',