1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Update to Node 18 (#34001)

This commit is contained in:
Kevin Heis
2023-01-23 08:00:25 -08:00
committed by GitHub
parent 4a6d3b4e89
commit f39c19e05b
18 changed files with 39 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:18.13.0-alpine
RUN apk add --no-cache git python make g++