Update node Docker tag to v16

This commit is contained in:
Renovate Bot 2022-02-03 08:32:59 +00:00 committed by Georg Krause
commit 11f103a8c6
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM node:12-buster
FROM node:16-buster
# needed to compile translations
RUN curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod +x /usr/local/bin/jq