1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-22 02:55:17 +00:00

chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2026-06-22 02:41:34 +00:00
committed by GitHub
parent 0aac543a87
commit 796da07f3d
3 changed files with 277 additions and 201 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION=24.16.0-slim
ARG NODE_VERSION=24.17.0-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder