CI(deps): Update Node.js to v20

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-01 01:54:25 +00:00
parent ef9a520988
commit 8615ae565f

View file

@ -1,4 +1,4 @@
FROM node:18-bullseye-slim
FROM node:20-bullseye-slim
# Install utilities
RUN apt-get update --fix-missing && apt-get install -y python build-essential && apt-get clean