Skip to content

Commit be4c728

Browse files
authored
Dockerfile: use node 24
1 parent c6193ac commit be4c728

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
@@ -7,7 +7,7 @@ COPY requirements.txt .
77
RUN apt-get update && \
88
apt-get install -y curl && \
99
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && \
10-
bash n 22.16.0 && \
10+
bash n 24 && \
1111
apt-get clean
1212

1313
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

0 commit comments

Comments
 (0)