update confd to take advantage of default values for getenv
This commit is contained in:
parent
dad3b4118e
commit
164adb4921
@ -1,6 +1,6 @@
|
||||
FROM smebberson/alpine-base:latest
|
||||
|
||||
ENV CONFD_VERSION=0.11.0
|
||||
ENV CONFD_VERSION=v0.12.0-alpha3
|
||||
|
||||
RUN apk add --no-cache go git gcc musl-dev && \
|
||||
git clone https://github.com/kelseyhightower/confd.git /src/confd && \
|
||||
|
Loading…
Reference in New Issue
Block a user