Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Bump ElasticMQ version to 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Karge authored May 30, 2017
1 parent 1941996 commit da2f86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk --no-cache --update upgrade &&\
apk --no-cache --update add openssl &&\
mkdir -p "$ELASTICMQ_HOME" &&\
cd "$ELASTICMQ_HOME" &&\
wget https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.13.4.jar -O elasticmq-server.jar
wget https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.13.5.jar -O elasticmq-server.jar

RUN adduser -h "/var/lib/elasticmq" -k /var/empty/ -s /bin/false -D elasticmq elasticmq

Expand Down

0 comments on commit da2f86a

Please sign in to comment.