Change node.js version to v17 in Dockerfile

This commit is contained in:
Federico fuji97 Rapetti 2021-12-26 04:56:55 +01:00
parent 827ff350ee
commit f2eec9f501

View file

@ -1,4 +1,4 @@
FROM node:16.13.0-alpine AS base
FROM node:17-alpine AS base
# Install ffmpeg and build dependencies
RUN apk add --no-cache ffmpeg python2 make g++