Skip to content

Commit

Permalink
Merge pull request #1325 from Sage-Bionetworks/develop-poetry-update
Browse files Browse the repository at this point in the history
update dockerfile poetry versions FDS-1325
  • Loading branch information
linglp authored Nov 7, 2023
2 parents 07d90e7 + c262d16 commit 7d887ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=200 \
POETRY_VERSION=1.2.0
POETRY_VERSION=1.3.0

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion schematic_api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PYTHONFAULTHANDLER=1 \
PIP_NO_CACHE_DIR=off \
PIP_DISABLE_PIP_VERSION_CHECK=on \
PIP_DEFAULT_TIMEOUT=200 \
POETRY_VERSION=1.2.0 \
POETRY_VERSION=1.3.0 \
APP_PARENT_DIR=/app \
NGINX_CONFIG=/etc/nginx/conf.d \
APP_DIR=/app/app \
Expand Down

0 comments on commit 7d887ff

Please sign in to comment.