Skip to content

Commit

Permalink
[core] Update dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Sep 18, 2024
1 parent 743e4f3 commit 74bbbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN yarn build && find ./dist -name "*.d.ts" -delete
FROM node:${NODE_VERSION} AS dashboard

# Download WAHA Dashboard
ENV WAHA_DASHBOARD_SHA 7ae8170817589e29f33ac4a679ea237ebf8eb89b
ENV WAHA_DASHBOARD_SHA 92dc0b84de69d8c126ecf6fc6bb469d8c7fa291f
RUN \
wget https://github.com/devlikeapro/dashboard/archive/${WAHA_DASHBOARD_SHA}.zip \
&& unzip ${WAHA_DASHBOARD_SHA}.zip -d /tmp/dashboard \
Expand Down

0 comments on commit 74bbbc4

Please sign in to comment.