Skip to content

Commit

Permalink
Merge pull request #122 from o19s/0.0.10
Browse files Browse the repository at this point in the history
Preparing for 0.0.10
  • Loading branch information
epugh authored Mar 14, 2024
2 parents bef6dc9 + 9a46e90 commit 634e0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM opensearchproject/opensearch:2.12.0

COPY ./build/distributions/opensearch-ubi-0.0.9-os2.12.0.zip /tmp/
COPY ./build/distributions/opensearch-ubi-0.0.10-os2.12.0.zip /tmp/

RUN /usr/share/opensearch/bin/opensearch-plugin install file:/tmp/opensearch-ubi-0.0.9-os2.12.0.zip
RUN /usr/share/opensearch/bin/opensearch-plugin install file:/tmp/opensearch-ubi-0.0.10-os2.12.0.zip
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
opensearchVersion = 2.12.0
ubiVersion = 0.0.9
ubiVersion = 0.0.10

0 comments on commit 634e0cb

Please sign in to comment.