Update 1.5-images to newly released v1.5.11

This commit is contained in:
Pablo Zmdl 2025-06-16 11:31:30 +02:00
parent 4a4ccec0c4
commit d05fca0636
4 changed files with 6 additions and 6 deletions

View File

@ -29,15 +29,15 @@ jobs:
include:
- variant: 'apache-1.5.x'
test-files: 'apache-postgres'
docker-tag: roundcube/roundcubemail:1.5.x-apache,roundcube/roundcubemail:1.5.10-apache
docker-tag: roundcube/roundcubemail:1.5.x-apache,roundcube/roundcubemail:1.5.11-apache
test-tag: roundcube/roundcubemail:latest-apache
- variant: 'fpm-1.5.x'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.5.x-fpm,roundcube/roundcubemail:1.5.10-fpm
docker-tag: roundcube/roundcubemail:1.5.x-fpm,roundcube/roundcubemail:1.5.11-fpm
test-tag: roundcube/roundcubemail:latest-fpm
- variant: 'fpm-alpine-1.5.x'
test-files: 'fpm-postgres'
docker-tag: roundcube/roundcubemail:1.5.x-fpm-alpine,roundcube/roundcubemail:1.5.10-fpm-alpine
docker-tag: roundcube/roundcubemail:1.5.x-fpm-alpine,roundcube/roundcubemail:1.5.11-fpm-alpine
test-tag: roundcube/roundcubemail:latest-fpm-alpine
steps:
- name: Checkout repository

View File

@ -73,7 +73,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
RUN a2enmod rewrite
# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.5.10
ENV ROUNDCUBEMAIL_VERSION 1.5.11
# Define the GPG key used for the bundle verification process
ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"

View File

@ -72,7 +72,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.5.10
ENV ROUNDCUBEMAIL_VERSION 1.5.11
# Define the GPG key used for the bundle verification process
ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"

View File

@ -63,7 +63,7 @@ COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
# Define Roundcubemail version
ENV ROUNDCUBEMAIL_VERSION 1.5.10
ENV ROUNDCUBEMAIL_VERSION 1.5.11
# Define the GPG key used for the bundle verification process
ENV ROUNDCUBEMAIL_KEYID "F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"