fix: upgrade docker nodejs to 16.15.1

This commit is contained in:
vaultec 2023-02-16 20:57:15 -08:00
parent f759bd3cff
commit 9ba45c28a0
No known key found for this signature in database
GPG Key ID: 5D3801A306E5CB25
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16.3.0-alpine
FROM node:16.15.1-alpine
RUN apk add --no-cache ffmpeg