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.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Karge committed Dec 7, 2016
1 parent 71f5d69 commit 711b734
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 @@ -28,7 +28,7 @@ ENV ELASTICMQ_WORK=/var/lib/elasticmq
RUN apk --no-cache add --update openssl &&\
mkdir -p "$ELASTICMQ_HOME" &&\
cd "$ELASTICMQ_HOME" &&\
wget https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.11.1.jar -O elasticmq-server.jar
wget https://s3-eu-west-1.amazonaws.com/softwaremill-public/elasticmq-server-0.12.0.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 711b734

Please sign in to comment.