Skip to content

Commit

Permalink
fix. python version in proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed May 25, 2022
1 parent e9ee42a commit 6bbf314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/proxy_image_build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: bahmni-proxy/
no-cache: true
push: true
tags: bahmni/proxy:${{env.BAHMNI_VERSION}}-${{github.run_number}},bahmni/proxy:latest

2 changes: 1 addition & 1 deletion bahmni-proxy/resources/bahmni-proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ProxyPassReverse /bahmnireports http://reports:8051/bahmnireports

LoadModule ssl_module modules/mod_ssl.so
LoadModule cache_module modules/mod_cache.so
LoadModule wsgi_module "/usr/lib/python3.9/site-packages/mod_wsgi/server/mod_wsgi-py39.cpython-39-x86_64-linux-musl.so"
LoadModule wsgi_module "/usr/lib/python3.10/site-packages/mod_wsgi/server/mod_wsgi-py310.cpython-310-x86_64-linux-gnu.so"



Expand Down

0 comments on commit 6bbf314

Please sign in to comment.