mirror of
https://github.com/roundcube/roundcubemail-docker.git
synced 2026-05-05 02:46:14 +02:00
Update 1.5-images to newly released v1.5.11
This commit is contained in:
parent
4a4ccec0c4
commit
d05fca0636
6
.github/workflows/build-1.5.yml
vendored
6
.github/workflows/build-1.5.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user