Merge branch 'main' into redis-conf

This commit is contained in:
3np 2021-04-05 12:12:45 +02:00
commit be1e26beff
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Use LTS Node.js base image
FROM node:14.15.1-alpine
FROM node:14.16-alpine
# Video support dependency
RUN apk add ffmpeg