Updated frontend

This commit is contained in:
Kasra Bigdeli
2021-08-27 17:58:36 -07:00
parent 5e9ca67218
commit e6edf1621d
+1 -1
View File
@@ -15,7 +15,7 @@ RUN npm ci --production && \
# Build frontend code using a fixed hash commit.
ENV FRONTEND_COMMIT_HASH 2230e0def02bb9894967054b3f9a62bb59f2aa08
ENV FRONTEND_COMMIT_HASH d06103e63a96471f6da149ae37c83e984bf5f2a4
# armV7 fails: https://github.com/yarnpkg/yarn/issues/5259 https://github.com/nodejs/docker-node/issues/1335
RUN curl -Iv https://registry.yarnpkg.com/@ant-design/icons-svg/-/icons-svg-4.1.0.tgz && \