1
0
Fork 0

update: update node.js to v17

This commit is contained in:
Renovate Bot 2022-01-17 17:33:10 +00:00 committed by Sean Sube
parent 596b2f5547
commit f7f63554e9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:17-alpine
COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock

View File

@ -1,4 +1,4 @@
FROM node:16-stretch
FROM node:17-stretch
COPY package.json /app/package.json
COPY yarn.lock /app/yarn.lock