Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions influxdb-watcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.7 as influxdb-watcher-builder
FROM golang:1.10.3-alpine3.7 as influxdb-watcher-builder

# To force a rebuild, pass --build-arg REBUILD="$(DATE)" when running
# `docker build`
Expand All @@ -10,7 +10,7 @@ ARG WATCHER_BRANCH=master
ENV GOPATH=/go
ENV PROJECT_DIR=$GOPATH/src/github.com/monasca/monasca-watchers

RUN apk add --no-cache openssl-dev git go glide g++
RUN apk add --no-cache openssl-dev git glide g++

WORKDIR $PROJECT_DIR
RUN git init && \
Expand Down
2 changes: 1 addition & 1 deletion influxdb-watcher/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repository: monasca/influxdb-watcher
variants:
- tag: 'latest'
aliases:
- :0.0.2
- :0.0.3