mirror of
https://github.com/alexta69/metube.git
synced 2025-04-05 21:27:37 +03:00
downgrade node to 18 (fix arm/v7 builds)
This commit is contained in:
parent
4c0dcc8735
commit
6cb05aeec3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20-alpine as builder
|
FROM node:18-alpine as builder
|
||||||
|
|
||||||
WORKDIR /metube
|
WORKDIR /metube
|
||||||
COPY ui ./
|
COPY ui ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue