Update node version (#552)

This commit is contained in:
Eduard Gert
2026-01-14 18:11:42 +01:00
committed by GitHub
parent 80f49501d4
commit c7e50d8a58

View File

@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:20-alpine
# Set working directory
WORKDIR /usr/app