updated bee dashboard to 0.35.1
CI / node-build (push) Failing after 26s
CI / docker-build (push) Has been skipped
CI / deploy (push) Has been skipped

This commit is contained in:
2026-06-23 06:11:44 +08:00
parent b8269e690e
commit 21c9741b2d
2 changed files with 41 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM gitea.woggioni.net/woggioni/nginx:v1.31.1
FROM gitea.woggioni.net/woggioni/nginx:v1.31.2
RUN mkdir /srv/http
RUN --mount=type=bind,source=bee-dashboard.tar,target=/bee-dashboard.tar tar -xf /bee-dashboard.tar -C /srv/http
COPY bee-dashboard.conf /etc/nginx/conf.d/http/bee-dashboard.conf