diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 519934683..d40c6e98f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,10 @@ jobs: max-parallel: 10 matrix: variant: [apache, fpm, fpm-alpine] - version: [1.7.1, 1.6.16] + version: [1.7.2, 1.6.17] target: [root, nonroot] include: - - version: 1.7.1 + - version: 1.7.2 tag_as_latest_arg: "--tag-as-latest" steps: - name: Checkout repository diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ac969483..5ee32bfda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: max-parallel: 10 matrix: variant: [apache, fpm, fpm-alpine] - version: [1.7.1, 1.6.16] + version: [1.7.2, 1.6.17] target: [root, nonroot] steps: - name: Checkout repository diff --git a/apache/Dockerfile b/apache/Dockerfile index 1f16c7a49..dbd7d05b5 100644 --- a/apache/Dockerfile +++ b/apache/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.4-apache AS root # Define Roundcubemail version # Use an ARG to make it overwritable from a build argument and not leak into the container runtime # environment. -ARG ROUNDCUBEMAIL_VERSION=1.7.1 +ARG ROUNDCUBEMAIL_VERSION=1.7.2 # Define the GPG key used for the bundle verification process ARG ROUNDCUBEMAIL_KEYID="F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5" diff --git a/fpm-alpine/Dockerfile b/fpm-alpine/Dockerfile index f877fdbb9..3f4f69e9c 100644 --- a/fpm-alpine/Dockerfile +++ b/fpm-alpine/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.4-fpm-alpine3.21 AS root # Define Roundcubemail version # Use an ARG to make it overwritable from a build argument and not leak into the container runtime # environment. -ARG ROUNDCUBEMAIL_VERSION=1.7.1 +ARG ROUNDCUBEMAIL_VERSION=1.7.2 # Define the GPG key used for the bundle verification process ARG ROUNDCUBEMAIL_KEYID="F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5" diff --git a/fpm/Dockerfile b/fpm/Dockerfile index dbc698ace..edd2ef467 100644 --- a/fpm/Dockerfile +++ b/fpm/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.4-fpm AS root # Define Roundcubemail version # Use an ARG to make it overwritable from a build argument and not leak into the container runtime # environment. -ARG ROUNDCUBEMAIL_VERSION=1.7.1 +ARG ROUNDCUBEMAIL_VERSION=1.7.2 # Define the GPG key used for the bundle verification process ARG ROUNDCUBEMAIL_KEYID="F3E4 C04B B3DB 5D42 15C4 5F7F 5AB2 BAA1 41C4 F7D5"