1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-21 10:35:18 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot] ce17aabbaf chore(deps): update dependency vue-router to v5 2026-02-17 16:45:23 +00:00
renovate[bot] af7c50397f chore(deps): update node.js to v24.13.1 (#63)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-14 01:34:15 +00:00
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION=24.13.0-slim
ARG NODE_VERSION=24.13.1-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder