Update node Docker tag to v17.3.0

pull/8/head
Renovate Bot 2021-12-28 18:02:05 +00:00
parent 9f61d8d48e
commit 435722ead9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# ======Building the project=====
FROM node:17.2.0 AS builder
FROM node:17.3.0 AS builder
WORKDIR /usr/src/app