use newer base image
This commit is contained in:
parent
1815538510
commit
f7b7224b61
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.13.14-alpine AS builder
|
||||
FROM docker.io/golang:1.13.14-alpine AS builder
|
||||
|
||||
RUN apk --no-cache add \
|
||||
git \
|
||||
|
@ -11,7 +11,7 @@ WORKDIR $GOPATH/src/github.com/kelseyhightower/confd
|
|||
RUN git checkout v0.16.0
|
||||
RUN make
|
||||
|
||||
FROM thallian/alpine-s6:latest
|
||||
FROM docker.io/thallian/alpine-s6:3.16
|
||||
|
||||
COPY --from=builder /go/src/github.com/kelseyhightower/confd/bin/confd /bin/confd
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue