We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6193ac commit be4c728Copy full SHA for be4c728
Dockerfile
@@ -7,7 +7,7 @@ COPY requirements.txt .
7
RUN apt-get update && \
8
apt-get install -y curl && \
9
curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && \
10
- bash n 22.16.0 && \
+ bash n 24 && \
11
apt-get clean
12
13
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
0 commit comments