Skip to content

Commit

Permalink
NATS v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegory committed Apr 6, 2018
1 parent 96b6242 commit ef88ebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/ampagent/stacks/02-logs.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
{{- end }}

nats:
image: appcelerator/amp-nats-streaming:v0.7.0
image: appcelerator/amp-nats-streaming:v0.9.2
networks:
- core
labels:
Expand Down
5 changes: 3 additions & 2 deletions images/nats/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM golang:1.9.2-alpine AS builder
FROM golang:1.10.1-alpine AS builder

ENV VERSION v0.6.0
ENV VERSION v0.9.2
RUN apk update && apk add git
RUN go get -d github.com/nats-io/nats-streaming-server
WORKDIR /go/src/github.com/nats-io/nats-streaming-server
RUN git checkout ${VERSION}
Expand Down

0 comments on commit ef88ebf

Please sign in to comment.