Use Node.js 18 for Docker image (#16810)

This commit is contained in:
Pascal Jufer
2022-12-18 06:44:46 +01:00
committed by GitHub
parent ca93f5cb1d
commit f468dfbc96

View File

@@ -1,4 +1,4 @@
ARG NODE_VERSION=16-alpine
ARG NODE_VERSION=18-alpine
FROM node:${NODE_VERSION} as builder