build(deps): bump node to 14.18 (#2209) [skip ci]

This commit is contained in:
TheCatLady
2021-10-16 09:17:43 -04:00
committed by GitHub
parent d0ac74ea4b
commit 54e9071e90
6 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14.17-alpine
FROM node:14.18-alpine
COPY . /app
WORKDIR /app