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-05-16 19:34:26 +00:00
parent 31f276a981
commit 73b2666c68

View File

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