diff --git a/Dockerfile b/Dockerfile index c806c48..a625335 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.1.0.1.jar /tmp +COPY ./target/seMethods-0.1.0.2.jar /tmp # Makes tmp directory the working directory WORKDIR /tmp # Command to run the jarfile that was copied earlier -ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.1.jar"] \ No newline at end of file +ENTRYPOINT ["java", "-jar", "seMethods-0.1.0.2.jar"] \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2272e43..538dbe6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.napier.sem seMethods - 0.1.0.1 + 0.1.0.2