PCORE-2257: Version upgrade (#41)

* feat: node version upgrade

* feat: node version upgrade

* feat: node version upgrade

* feat: node version upgrade
pull/1113/head
Smit Patel 2022-08-26 18:11:21 +05:30 committed by GitHub
parent 0f2bcecf1c
commit 544fc81682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16.13.0 AS frontend
FROM node:16.17.0 AS frontend
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ARG BUILDPLATFORM
ARG GITHUB_ACCESS_TOKEN