update node
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 22s

This commit is contained in:
2025-08-09 00:41:37 +02:00
parent a3367ef2eb
commit c6c350ce0a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARG NODE_VERSION=18.0.0
ARG NODE_VERSION=23.0.0
FROM node:${NODE_VERSION}-alpine