use newer base image
This commit is contained in:
parent
96a40a9fd4
commit
6c9b5208f5
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user