1
0
Fork 0

update: update node.js to v16

This commit is contained in:
Renovate Bot 2021-07-10 19:56:09 +00:00 committed by Sean Sube
parent 25b10dfd2b
commit 4a6faaef44
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-stretch
FROM docker.artifacts.apextoaster.com/library/node:16-stretch
# dependencies: log filtering
RUN apt-get update -y \