mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: bump node version in dockerfile to 22 (#2495)
This commit is contained in:
parent
4484046ff7
commit
8a9ba49807
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue