Update docker nodejs to latest LTS

This commit is contained in:
3np 2021-04-05 19:09:48 +09:00
parent b69c953148
commit 0748495915
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