Skip to content

Commit 7c83f43

Browse files
committed
#80 Preparing 3.0 release.
Signed-off-by: jzonthemtn <[email protected]>
1 parent d7d55c5 commit 7c83f43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM opensearchstaging/opensearch:3.1.0-SNAPSHOT
1+
FROM opensearchproject/opensearch:3.0.0
22

3-
ARG UBI_VERSION="3.1.0.0-SNAPSHOT"
3+
ARG UBI_VERSION="3.0.0.0"
44

55
COPY ./build/distributions/opensearch-ubi-${UBI_VERSION}.zip /tmp/
66

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
opensearchVersion = 3.1.0-SNAPSHOT
2-
ubiVersion = 3.1.0.0-SNAPSHOT
1+
opensearchVersion = 3.0.0
2+
ubiVersion = 3.0.0.0

0 commit comments

Comments
 (0)