Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion target/filter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rspamd/rspamd:3.13@sha256:af5e28116823cae000abd8612d4b1042de1d023dc1ca2cb19dd64a15dd2558e3
FROM rspamd/rspamd:3.13@sha256:f20e9228ea498c258afb61d7260f6e0a5f7c7068c676daee0d6572267ce2d96c

LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion target/unbound/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpinelinux/unbound:latest@sha256:ef2c527d31df1de354ade8dc6cfc3c3d60c32edc5b6192faaa99b3dd8f32d767
FROM alpinelinux/unbound:latest@sha256:f96ed507235dd5346ad8d3bbefec23bdcec30877d4151870d35a5ed3fd6d8c58

LABEL maintainer="https://github.com/jeboehm/docker-mailserver"
LABEL vendor="https://github.com/jeboehm/docker-mailserver"
Expand Down
2 changes: 1 addition & 1 deletion target/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ENV MYSQL_HOST=db \
PHP_SESSION_SAVE_HANDLER=redis

ARG RC_PLUGINS=""
COPY --from=docker.io/roundcube/roundcubemail:1.6.11-fpm@sha256:789eddae7a6f071d8fcc562f3f9714c2f9ef975128411571a20eda4ebba2426b /usr/src/roundcubemail/ /var/www/html/webmail/
COPY --from=docker.io/roundcube/roundcubemail:1.6.11-fpm@sha256:af6a71e7b6c4aa0e235b036a5162b7b676dcb457058c98e953959230a7399adf /usr/src/roundcubemail/ /var/www/html/webmail/
WORKDIR /var/www/html/webmail
RUN --mount=type=cache,target=/root/.composer \
mkdir -p \
Expand Down