1
0
Fork 0

update: update node.js to v16

This commit is contained in:
Renovate Bot 2021-07-10 21:09:49 +00:00 committed by Sean Sube
parent 73a1686a13
commit cbc17a28bd
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.artifacts.apextoaster.com/library/node:12-alpine
FROM docker.artifacts.apextoaster.com/library/node:16-alpine
# dependencies: log filtering
RUN apk add --update jq \

View File

@ -1,4 +1,4 @@
FROM docker.artifacts.apextoaster.com/library/node:12
FROM docker.artifacts.apextoaster.com/library/node:16
# dependencies: log filtering
RUN apk add --update jq \