Skip to content

Commit

Permalink
chore: cli upgrade to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Mar 14, 2023
1 parent edc3691 commit 2924ace
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.1' 'sentry-sdk==1.5.11' && \
python3 -m pip install 'renku==2.3.2' '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.1"
cli-version = "2.3.2"

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

0 comments on commit 2924ace

Please sign in to comment.