1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-21 02:25:16 +00:00

chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2026-04-10 05:33:08 +00:00
committed by GitHub
parent dbfdaa993c
commit 523a2cfd90
3 changed files with 1129 additions and 1308 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION=24.14.0-slim
ARG NODE_VERSION=24.14.1-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder