diff --git a/Dockerfile b/Dockerfile index bc2e285..f3012cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Use the latest OpenJDK image FROM openjdk:latest # Copy the packaged JAR file from local machine to the container -COPY ./target/seMethods-0.2.0.1.jar /tmp +COPY ./target/seMethods-0.3.0.0.jar /tmp # Makes tmp directory the working directory WORKDIR /tmp # Command to run the jarfile that was copied earlier -ENTRYPOINT ["java", "-jar", "seMethods-0.2.0.1.jar", "db:3306", "10000"] \ No newline at end of file +ENTRYPOINT ["java", "-jar", "seMethods-0.3.0.0.jar", "db:3306", "10000"] \ No newline at end of file diff --git a/pom.xml b/pom.xml index 730f577..afd273a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.napier.sem seMethods - 0.2.0.1 + 0.3.0.0