diff --git a/Dockerfile b/Dockerfile index b58556a..2923c98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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++