mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-24 21:39:36 +02:00
update Dockerfile
This commit is contained in:
parent
1349186714
commit
5f7d50f492
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM node:16-alpine3.11 as builder
|
||||
FROM node:22-alpine as builder
|
||||
|
||||
RUN apk --no-cache --virtual build-dependencies add python python3 make g++
|
||||
RUN apk --no-cache --virtual build-dependencies add python3 make g++
|
||||
|
||||
# Get package.json and install modules
|
||||
COPY package*.json /tmp/package.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue