Skip to content

Commit a74a9f4

Browse files
authored
Merge pull request #395 from roundcube/changes-from-update.sh-2026-02-09_032004_850676520
Changes from update.sh
2 parents 9fd84b3 + 7cb52f5 commit a74a9f4

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
test-files: 'apache-postgres'
3838
docker-tag: |
3939
roundcube/roundcubemail:1.6.x-apache
40-
roundcube/roundcubemail:1.6.12-apache
40+
roundcube/roundcubemail:1.6.13-apache
4141
roundcube/roundcubemail:latest-apache
4242
roundcube/roundcubemail:latest
4343
docker-tag-nonroot: |
4444
roundcube/roundcubemail:1.6.x-apache-nonroot
45-
roundcube/roundcubemail:1.6.12-apache-nonroot
45+
roundcube/roundcubemail:1.6.13-apache-nonroot
4646
roundcube/roundcubemail:latest-apache-nonroot
4747
roundcube/roundcubemail:latest-nonroot
4848
test-tag: roundcube/roundcubemail:latest-apache
@@ -52,23 +52,23 @@ jobs:
5252
test-files: 'fpm-postgres'
5353
docker-tag: |
5454
roundcube/roundcubemail:1.6.x-fpm
55-
roundcube/roundcubemail:1.6.12-fpm
55+
roundcube/roundcubemail:1.6.13-fpm
5656
roundcube/roundcubemail:latest-fpm
5757
docker-tag-nonroot: |
5858
roundcube/roundcubemail:1.6.x-fpm-nonroot
59-
roundcube/roundcubemail:1.6.12-fpm-nonroot
59+
roundcube/roundcubemail:1.6.13-fpm-nonroot
6060
roundcube/roundcubemail:latest-fpm-nonroot
6161
test-tag: roundcube/roundcubemail:latest-fpm
6262
test-tag-nonroot: roundcube/roundcubemail:latest-fpm-nonroot
6363
- variant: 'fpm-alpine'
6464
test-files: 'fpm-postgres'
6565
docker-tag: |
6666
roundcube/roundcubemail:1.6.x-fpm-alpine
67-
roundcube/roundcubemail:1.6.12-fpm-alpine
67+
roundcube/roundcubemail:1.6.13-fpm-alpine
6868
roundcube/roundcubemail:latest-fpm-alpine
6969
docker-tag-nonroot: |
7070
roundcube/roundcubemail:1.6.x-fpm-alpine-nonroot
71-
roundcube/roundcubemail:1.6.12-fpm-alpine-nonroot
71+
roundcube/roundcubemail:1.6.13-fpm-alpine-nonroot
7272
roundcube/roundcubemail:latest-fpm-alpine-nonroot
7373
test-tag: roundcube/roundcubemail:latest-fpm-alpine
7474
test-tag-nonroot: roundcube/roundcubemail:latest-fpm-alpine-nonroot

apache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini
101101
COPY --chmod=0755 docker-entrypoint.sh /
102102

103103
# Define Roundcubemail version
104-
ENV ROUNDCUBEMAIL_VERSION 1.6.12
104+
ENV ROUNDCUBEMAIL_VERSION 1.6.13
105105

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

fpm-alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini
8888
COPY --chmod=0755 docker-entrypoint.sh /
8989

9090
# Define Roundcubemail version
91-
ENV ROUNDCUBEMAIL_VERSION 1.6.12
91+
ENV ROUNDCUBEMAIL_VERSION 1.6.13
9292

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

fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ COPY php.ini /usr/local/etc/php/conf.d/roundcube-defaults.ini
101101
COPY --chmod=0755 docker-entrypoint.sh /
102102

103103
# Define Roundcubemail version
104-
ENV ROUNDCUBEMAIL_VERSION 1.6.12
104+
ENV ROUNDCUBEMAIL_VERSION 1.6.13
105105

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

0 commit comments

Comments
 (0)