use newer base image

This commit is contained in:
Sebastian Hugentobler 2022-07-12 18:46:56 +02:00
parent 96a40a9fd4
commit 6c9b5208f5

View File

@ -1,4 +1,4 @@
FROM alpine:3.15 as builder
FROM docker.io/alpine:3.16 as builder
RUN apk --no-cache add \
rpcgen \
@ -56,7 +56,7 @@ RUN cd /tmp/pigeonhole && \
--disable-static && \
make && make install
FROM thallian/confd-env:latest
FROM docker.io/thallian/confd-env:3.16
COPY --from=builder /lib/dovecot/ /lib/dovecot/
COPY --from=builder /libexec/dovecot/ /libexec/dovecot/