Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a7006df

Browse files
committed
docker: Update to Node 20.15.1
1 parent 690048e commit a7006df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# !!! Don't try to build this Dockerfile directly, run it through bin/build-docker.sh script !!!
2-
FROM node:18.18.2-alpine
2+
FROM node:20.15.1-alpine
33

44
# Configure system dependencies
55
RUN apk add --no-cache --virtual .build-dependencies \

0 commit comments

Comments
 (0)