diff --git a/dockerfile-captain.release b/dockerfile-captain.release index eb1dbbe..f5a6e67 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 ea6a7a912fe39ca9693c45f1a6fe9c3fa8f71db8 +ENV FRONTEND_COMMIT_HASH f6c2127bdaea4f52a42d06f0c3d0c6b7eda21f3d RUN mkdir -p /usr/src/app-frontend && cd /usr/src/app-frontend && \ git clone https://github.com/githubsaturn/caprover-frontend.git && \