build(docker): downgrade to node 16.16 (#2921)

This commit is contained in:
TheCatLady
2022-08-16 21:10:11 -07:00
committed by GitHub
parent 114943ae2c
commit 233035dbd7
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM node:16.17-alpine
FROM node:16.16-alpine
COPY . /app
WORKDIR /app