We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a6ab09 + 8f8b789 commit c8e81a2Copy full SHA for c8e81a2
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update && \
31
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
32
apt-get update && \
33
apt-get install -y --no-install-recommends nodejs && \
34
- pip install pipenv==2023.11.17 --no-cache-dir && \
+ pip install pipenv==2023.12.1 --no-cache-dir && \
35
if [ "${ENV}" = 'dev' ]; then \
36
pipenv install --system --skip-lock --dev; \
37
else \
0 commit comments