mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-19 12:53:56 +02:00
Change node.js version to v17 in Dockerfile
This commit is contained in:
parent
827ff350ee
commit
f2eec9f501
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue