Pin Node.js version

This commit is contained in:
Max Isom 2021-09-20 20:42:29 -04:00
parent 30a851a594
commit 4a7108232a
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880

View file

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