From ef88ebf1c3571360a2fe6eb4841b9130606e3962 Mon Sep 17 00:00:00 2001 From: Nicolas Degory Date: Thu, 5 Apr 2018 18:55:41 -0700 Subject: [PATCH] NATS v0.9.2 --- cluster/ampagent/stacks/02-logs.yml.tpl | 2 +- images/nats/Dockerfile | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cluster/ampagent/stacks/02-logs.yml.tpl b/cluster/ampagent/stacks/02-logs.yml.tpl index 26ee95525..66c645002 100644 --- a/cluster/ampagent/stacks/02-logs.yml.tpl +++ b/cluster/ampagent/stacks/02-logs.yml.tpl @@ -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: diff --git a/images/nats/Dockerfile b/images/nats/Dockerfile index 49bb755a2..ee362fe44 100755 --- a/images/nats/Dockerfile +++ b/images/nats/Dockerfile @@ -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}