Skip to content

Commit

Permalink
Use debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinab25 committed Oct 16, 2024
1 parent d38326e commit d073589
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
FROM debian:stable-slim
FROM debian:11-slim

LABEL maintainer.original="David Batranu <[email protected]>"
LABEL maintainer.current="ipunkt Business Solutions <[email protected]>"

ENV ROUNDCUBE_VERSION="1.3.1"
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

ENV MT_USER mailtrap
ENV MT_PASSWD mailtrap
ENV MT_MAILBOX_LIMIT 51200000
ENV MT_MESSAGE_LIMIT 10240000
ENV MT_USER=mailtrap
ENV MT_PASSWD=mailtrap
ENV MT_MAILBOX_LIMIT=51200000
ENV MT_MESSAGE_LIMIT=10240000

RUN apt-get update && apt-get install -q -y \
postfix \
dovecot-imapd \
sqlite \
sqlite3 \
php \
php-mbstring \
php-sqlite3 \
Expand Down

0 comments on commit d073589

Please sign in to comment.