1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-06-20 01:55:19 +00:00

chore(deps): update all non-major dependencies (#67)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-18 01:11:55 +00:00
committed by GitHub
parent 2109d6640b
commit c8239e6b8a
3 changed files with 67 additions and 67 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG NODE_VERSION=24.14.1-slim
ARG NODE_VERSION=24.15.0-slim
# Stage 1: Build the application
FROM node:${NODE_VERSION} AS builder