Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Creating 2.14.0 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 29, 2024
1 parent aacf243 commit 0777605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM opensearchproject/opensearch:2.13.0
FROM opensearchproject/opensearch:2.14.0

COPY ./build/distributions/opensearch-ubi-0.0.11-os2.13.0.zip /tmp/
COPY ./build/distributions/opensearch-ubi-0.0.11-os2.14.0.zip /tmp/

RUN /usr/share/opensearch/bin/opensearch-plugin install file:/tmp/opensearch-ubi-0.0.11-os2.13.0.zip
RUN /usr/share/opensearch/bin/opensearch-plugin install file:/tmp/opensearch-ubi-0.0.11-os2.14.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.13.0-SNAPSHOT
opensearchVersion = 2.14.0-SNAPSHOT
ubiVersion = 0.0.11

0 comments on commit 0777605

Please sign in to comment.