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-07-11 19:34:37 +00:00
parent b05d0413b1
commit a614cbae00

View File

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