chore(deps): update node.js to v20
All checks were successful
ci/woodpecker/pr/test Pipeline was successful

This commit is contained in:
Renovate 2023-09-20 19:36:48 +00:00
parent 24b5c4d24d
commit 0a00a7374f

View File

@ -1,4 +1,4 @@
FROM node:18.17-alpine as build-deps
FROM node:20.7-alpine as build-deps
WORKDIR /app
COPY package.json yarn.lock ./