fix: bump node to 18.15.0

This commit is contained in:
Endercheif 2023-03-10 11:54:46 -08:00 committed by GitHub
parent 5047b0e027
commit b7713ff648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM node:15.10.0-buster-slim
FROM node:node:18.15.0-slim
ENV DEBIAN_FRONTEND=noninteractive