chore: bump node version in dockerfile to 22 (#2495)

This commit is contained in:
Roland 2026-08-05 14:29:40 +07:00 committed by GitHub
parent 4484046ff7
commit 8a9ba49807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM node:20-alpine AS frontend
FROM node:22-alpine AS frontend
# Set the base path for the frontend build
# This can be overridden at build time with --build-arg BASE_PATH=<url> e.g. --build-arg BASE_PATH=/hub