fix Dockerfile syntax
This commit is contained in:
parent
14402dd44e
commit
32037fcee8
@ -1,6 +1,6 @@
|
|||||||
|
FROM golang:1.9-alpine as confd
|
||||||
LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
|
LABEL maintainer "Mauro Torrez <mauro@mau.ro>"
|
||||||
# confd -----------------------------------------------------------------------
|
# confd -----------------------------------------------------------------------
|
||||||
FROM golang:1.9-alpine as confd
|
|
||||||
ARG CONFD_VERSION=0.16.0
|
ARG CONFD_VERSION=0.16.0
|
||||||
ADD https://github.com/kelseyhightower/confd/archive/v${CONFD_VERSION}.tar.gz /tmp/
|
ADD https://github.com/kelseyhightower/confd/archive/v${CONFD_VERSION}.tar.gz /tmp/
|
||||||
RUN apk add --no-cache bzip2 make && \
|
RUN apk add --no-cache bzip2 make && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user