push to alpine 3.17

This commit is contained in:
Sebastian Hugentobler 2022-11-23 13:30:07 +01:00
parent a03b906a3e
commit b2c071960a
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -11,7 +11,7 @@ WORKDIR $GOPATH/src/github.com/kelseyhightower/confd
RUN git checkout v0.16.0 RUN git checkout v0.16.0
RUN make RUN make
FROM docker.io/thallian/alpine-s6:3.16 FROM docker.io/thallian/alpine-s6:3.17
COPY --from=builder /go/src/github.com/kelseyhightower/confd/bin/confd /bin/confd COPY --from=builder /go/src/github.com/kelseyhightower/confd/bin/confd /bin/confd