1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00

chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2025-10-31 15:55:10 +00:00
committed by GitHub
parent cc3fc435fa
commit a390781e59
3 changed files with 995 additions and 651 deletions

View File

@@ -1,4 +1,4 @@
ARG NODE_VERSION=22.20.0-slim
ARG NODE_VERSION=22.21.1-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder