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