mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
Change node.js version to v17 in Dockerfile
This commit is contained in:
parent
827ff350ee
commit
f2eec9f501
|
@ -1,4 +1,4 @@
|
||||||
FROM node:16.13.0-alpine AS base
|
FROM node:17-alpine AS base
|
||||||
|
|
||||||
# Install ffmpeg and build dependencies
|
# Install ffmpeg and build dependencies
|
||||||
RUN apk add --no-cache ffmpeg python2 make g++
|
RUN apk add --no-cache ffmpeg python2 make g++
|
||||||
|
|
Loading…
Reference in a new issue