Skip to content

Commit

Permalink
Merge branch 'develop' into develop-refactor-schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
linglp committed Nov 15, 2023
2 parents bce17f5 + 7d887ff commit 437c153
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 437c153

Please sign in to comment.