Skip to content

Commit

Permalink
Merge pull request #3380 from dev-hato/dependabot/pip/werkzeug-3.0.1
Browse files Browse the repository at this point in the history
build(deps): bump werkzeug from 3.0.0 to 3.0.1
  • Loading branch information
massongit authored Oct 25, 2023
2 parents 8ad819e + e3b1beb commit 8f890aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apt-get update && \
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 && \
apt-get update && \
apt-get install -y --no-install-recommends nodejs && \
pip install pipenv==2023.10.20 --no-cache-dir && \
pip install pipenv==2023.10.24 --no-cache-dir && \
if [ "${ENV}" = 'dev' ]; then \
pipenv install --system --skip-lock --dev; \
else \
Expand Down
13 changes: 7 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f890aa

Please sign in to comment.