change from debian stretch to latest (bullseye atm)

as fails to build with stretch, as has been archived
This commit is contained in:
zaggynl 2023-04-25 19:58:20 +00:00
parent f73b9c2bea
commit e6ccc292b5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Use LTS Node.js slim image
FROM node:14.17-slim
FROM node:slim
# Video support dependency
RUN apt-get update && apt-get install -y ffmpeg wget