Update 1.5-images to newly released v1.5.11
authorPablo Zmdl <redacted>
Mon, 16 Jun 2025 09:31:30 +0000 (11:31 +0200)
committerPablo Zmdl <redacted>
Mon, 16 Jun 2025 09:31:30 +0000 (11:31 +0200)
.github/workflows/build-1.5.yml
apache-1.5.x/Dockerfile
fpm-1.5.x/Dockerfile
fpm-alpine-1.5.x/Dockerfile

index 0d942e51e88856d835937ba55bcc8d8de58fa5b0..4bd2d3c333d7d33d4e979277eebd9a695415d28f 100644 (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
index d015db1a9db1aec9d21b654362da49db73e9e31e..2f3897e6eb60af565cea26518fe22b332d4fe0c0 100644 (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"
index 3e540e79ef9e5ecc21646be84499009b6c1d68f6..fd6a522bc63ee77726f8612fb36e84d876b4721c 100644 (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"
index 0a9217c01766ff209645b99f15e4ce06c847e358..c81e340da77ee280fba6443073c7f50ca074e102 100644 (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"
git clone https://git.99rst.org/PROJECT