Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update roundcubemail to version 1.6.8 #258

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
include:
- variant: 'apache'
test-files: 'apache-postgres'
docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.7-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest
docker-tag: roundcube/roundcubemail:1.6.x-apache,roundcube/roundcubemail:1.6.8-apache,roundcube/roundcubemail:latest-apache,roundcube/roundcubemail:latest
test-tag: roundcube/roundcubemail:latest-apache
- variant: 'fpm'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.7-fpm,roundcube/roundcubemail:latest-fpm
docker-tag: roundcube/roundcubemail:1.6.x-fpm,roundcube/roundcubemail:1.6.8-fpm,roundcube/roundcubemail:latest-fpm
test-tag: roundcube/roundcubemail:latest-fpm
- variant: 'fpm-alpine'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.7-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine
docker-tag: roundcube/roundcubemail:1.6.x-fpm-alpine,roundcube/roundcubemail:1.6.8-fpm-alpine,roundcube/roundcubemail:latest-fpm-alpine
test-tag: roundcube/roundcubemail:latest-fpm-alpine
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
RUN a2enmod rewrite

# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.6.7
ENV ROUNDCUBEMAIL_VERSION 1.6.8

# Define the GPG key used for the bundle verification process
ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"
Expand Down
2 changes: 1 addition & 1 deletion fpm-alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer


# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.6.7
ENV ROUNDCUBEMAIL_VERSION 1.6.8

# Define the GPG key used for the bundle verification process
ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"
Expand Down
2 changes: 1 addition & 1 deletion fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer


# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.6.7
ENV ROUNDCUBEMAIL_VERSION 1.6.8

# Define the GPG key used for the bundle verification process
ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"
Expand Down