Skip to content

Commit

Permalink
pin versions of npm and poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tla committed Jan 17, 2025
1 parent aa1a229 commit c209754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y \
apt-get install -y nodejs

# Update npm (got installed in the previous layer with `nodejs`)
RUN npm install -g npm@latest
RUN npm install -g npm@10.9.2

# Install utilities
RUN apt-get update && apt-get install -y \
Expand All @@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y \

# Install Poetry
RUN python -m pip install --upgrade pip && \
pip install poetry
pip install poetry==1.8.2

# Install Poetry dependencies
COPY middleware/poetry.lock middleware/pyproject.toml ./
Expand Down

0 comments on commit c209754

Please sign in to comment.