Skip to content

Commit

Permalink
update Dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Mar 21, 2024
1 parent f3d8bdd commit 71608cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG CLEAN_DEV_TOOLS
ENV ORCHESTRATOR_USER orchestrator
# By default all linux users non root, has a UID above 1000, so it's taken 10001 which would never end up allocated automatically.
ENV ORCHESTRATOR_USER_UID 10001
ENV ORCHESTRATOR_VERSION 4.6.0
ENV ORCHESTRATOR_VERSION 4.7.0
ENV python_lib /var/env-orchestrator/lib/python3.11/site-packages
ENV DJANGO_SETTINGS_MODULE settings
ENV PYTHONPATH "${PYTHONPATH}:/opt/orchestrator"
Expand Down

0 comments on commit 71608cf

Please sign in to comment.