Skip to content

Commit

Permalink
Update roundcube version (via update.sh)
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Workflow committed Aug 4, 2024
1 parent 5c73c3e commit ede1617
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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

0 comments on commit ede1617

Please sign in to comment.