Skip to content

Commit

Permalink
Merge pull request #16 from merutin/update-ver1.5.7
Browse files Browse the repository at this point in the history
Update ElasticMQ 1.5.7
  • Loading branch information
vsouza authored Feb 9, 2024
2 parents f916776 + 02a4747 commit e118e03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM openjdk:8-alpine

ADD https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-1.3.9.jar /
ADD https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-1.5.7.jar /
COPY custom.conf /
ENTRYPOINT ["/usr/bin/java", "-Dconfig.file=custom.conf", "-jar", "/elasticmq-server-1.3.9.jar"]
ENTRYPOINT ["/usr/bin/java", "-Dconfig.file=custom.conf", "-jar", "/elasticmq-server-1.5.7.jar"]

EXPOSE 9324

Expand Down

0 comments on commit e118e03

Please sign in to comment.