Merge pull request 'Update node Docker tag to v17.3.0' (#8) from renovate/node-17.x into master

Reviewed-on: #8
This commit is contained in:
Jef Roosens 2021-12-29 19:43:03 +01:00
commit 633a9f43c6

View file

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