docker: Update to Node 20.15.1

This commit is contained in:
Elian Doran 2024-07-16 23:52:55 +03:00
parent 690048e910
commit a7006df892
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
# !!! Don't try to build this Dockerfile directly, run it through bin/build-docker.sh script !!! # !!! Don't try to build this Dockerfile directly, run it through bin/build-docker.sh script !!!
FROM node:18.18.2-alpine FROM node:20.15.1-alpine
# Configure system dependencies # Configure system dependencies
RUN apk add --no-cache --virtual .build-dependencies \ RUN apk add --no-cache --virtual .build-dependencies \