Skip to content

Commit

Permalink
Merge pull request #110 from skynetcap/feature/geyser-version-bump
Browse files Browse the repository at this point in the history
Update version to 2.0.0 for the Geyser as a Data Source release.
  • Loading branch information
skynetcap authored Aug 12, 2022
2 parents fb1a55c + 81a83af commit 18d1719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mvn -T 1C -f /home/app/pom.xml clean package -DskipTests -Dmaven.test.skip
# Package stage
#
FROM openjdk:17.0.2-slim
COPY --from=build /home/app/target/serum-data-1.2.0-SNAPSHOT.jar /usr/local/lib/serumdata.jar
COPY --from=build /home/app/target/serum-data-2.0.0-SNAPSHOT.jar /usr/local/lib/serumdata.jar
# ENV JAVA_TOOL_OPTIONS -agentlib:jdwp=transport=dt_socket,address=*:8000,server=y,suspend=n
EXPOSE 8080
ENTRYPOINT ["java","-jar","/usr/local/lib/serumdata.jar"]
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.mmorrell</groupId>
<artifactId>serum-data</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
<name>serum-data</name>
<description>Openserum Market Data</description>
<properties>
Expand Down

0 comments on commit 18d1719

Please sign in to comment.