chore(deps): update node.js to v19

This commit is contained in:
renovate[bot] 2022-10-21 02:11:12 +00:00 committed by GitHub
parent 5ac07defcc
commit 0167fd9f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
##### BASE
FROM node:16-bullseye-slim as base
FROM node:19-bullseye-slim as base
RUN apt-get update || : && apt-get install python3 build-essential git -y