chore(deps): update node.js to v20
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Renovate 2023-06-10 19:34:21 +00:00
parent 4e8422c435
commit bee3b6a404

View File

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