Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.23.0

ARG IMAPFILTER_CONFIG=/config
ARG IMAPFILTER_LOGS=/logs
Expand All @@ -17,7 +17,7 @@ RUN set -xe \
&& apk update \
&& apk upgrade \
&& apk add --no-cache \
libcrypto1.1 libssl1.1 moreutils bash wget curl \
libcrypto3 libssl3 moreutils bash wget curl \
&& apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \
imapfilter \
&& apk del --progress --purge \
Expand Down