1
0
Fork 0

update: update node.js to v18 (#1074)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-21 02:19:25 +00:00 committed by GitHub
parent 0c00eebe7f
commit 4b41d24d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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