Skip to content

Commit

Permalink
chore: cli upgraded to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Mar 10, 2023
1 parent a620442 commit 3c6d3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion triples-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk update && apk add --no-cache tzdata git git-lfs curl bash python3-dev py
python3 -m pip install --ignore-installed 'packaging==21.3 '&& \
python3 -m pip install --upgrade 'pip==23.0.1' && \
python3 -m pip install jinja2 && \
python3 -m pip install 'renku==2.3.0' 'sentry-sdk==1.5.11' && \
python3 -m pip install 'renku==2.3.1' 'sentry-sdk==1.5.11' && \
chown -R daemon:daemon .

COPY triples-generator/entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion triples-generator/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ triples-generation = "renku-log"
# Defines expected version of the renku cli and the schema that is generated by the CLI.
compatibility {
# The expected version of CLI used by TS.
cli-version = "2.3.0"
cli-version = "2.3.1"

# The expected version of the schema as returned by CLI.
schema-version = "10"
Expand Down

0 comments on commit 3c6d3be

Please sign in to comment.