Add login button, UI tweaks
Docker / build (push) Canceled after 46s

This commit is contained in:
2026-07-17 00:32:39 +12:00
parent 7cb01d7ad0
commit 53df8dcefc
6 changed files with 45 additions and 27 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
# ============================================
# IMPORTANT: Node.js Version Maintenance
# This Dockerfile uses Node.js 24.13.0-slim, which was the latest LTS version at the time of writing.
# This Dockerfile uses Node.js 24.18.0-slim, which was the latest LTS version at the time of writing.
# To ensure security and compatibility, regularly update the NODE_VERSION ARG to the latest LTS version.
ARG NODE_VERSION=24.13.0-slim
ARG NODE_VERSION=24.18.0-slim
FROM node:${NODE_VERSION} AS dependencies