Skip to content

Commit

Permalink
rc
Browse files Browse the repository at this point in the history
  • Loading branch information
gsingers committed Sep 15, 2022
1 parent fc40438 commit 5ceca6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
ltrversion:
description: 'LTR Plugin Version'
required: true
default: 2.0.0
default: 2.0.0rc1


jobs:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG opensearch_version=2.2.1
ARG ltrversion=2.0.0
ARG ltrversion=2.0.0rc1

FROM opensearchproject/opensearch:${opensearch_version}
RUN /usr/share/opensearch/bin/opensearch-plugin install -b https://github.com/gsingers/opensearch-learning-to-rank-base/releases/download/${opensearch_version}/ltr-${ltrversion}-os${opensearch_version}.zip
Expand Down

0 comments on commit 5ceca6b

Please sign in to comment.