Merge pull request #33 from Kichiyaki/renovate/node-14.x

chore(deps): update node.js to v14.18.1
This commit is contained in:
Dawid Wysokiński 2021-10-13 07:11:55 +02:00 committed by GitHub
commit c967bcec0b
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:14.18.0-alpine as build-deps
FROM node:14.18.1-alpine as build-deps
ENV NODE_ENV=production