chore(deps): update node.js to v16.17 (#2941)

* chore(deps): update node.js to v16.17

* chore(deps): also bump node.js in snapcraft.yaml

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TheCatLady <52870424+TheCatLady@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2022-08-18 20:44:18 +09:00
committed by GitHub
parent f4910a1483
commit f836cadd23
4 changed files with 5 additions and 5 deletions

View File

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