Update docker nodejs to latest LTS
This commit is contained in:
parent
b69c953148
commit
0748495915
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue