forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): upgrade opentelemetry components
- Loading branch information
1 parent
4850d5f
commit 3500557
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
FROM docker.io/ckan/ckan-base:2.10.5 | ||
|
||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].5#egg=ckanext-gdi-userportal && \ | ||
RUN pip3 install -e git+https://github.com/GenomicDataInfrastructure/[email protected].6#egg=ckanext-gdi-userportal && \ | ||
pip3 install -r ${APP_DIR}/src/ckanext-gdi-userportal/requirements.txt | ||
|
||
RUN pip3 install -e git+https://github.com/ckan/[email protected]#egg=ckanext-dcat && \ | ||
|
Submodule ckanext-gdi-userportal
updated
from dff711 to de2774