Update Dockerfile to use node:19-slim

This commit is contained in:
bertybuttface 2023-01-08 16:39:08 +00:00
parent 72a746aac5
commit 523d6fe750

View File

@ -1,4 +1,4 @@
FROM satantime/puppeteer-node:18.13.0-slim
FROM satantime/puppeteer-node:19-slim
# Create app directory
WORKDIR /usr/src/app