updates
This commit is contained in:
parent
876d9ffec9
commit
d5ca2c2f43
@ -1,9 +1,9 @@
|
||||
FROM alpine:3.11
|
||||
FROM alpine:3.17
|
||||
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
|
||||
|
||||
RUN apk update && \
|
||||
apk upgrade && \
|
||||
apk add dovecot dovecot-lmtpd runit socklog ca-certificates && \
|
||||
apk add dovecot dovecot-lmtpd dovecot-pigeonhole-plugin runit socklog ca-certificates && \
|
||||
rm -rf /etc/service
|
||||
|
||||
COPY service /etc/service/
|
||||
|
Loading…
Reference in New Issue
Block a user