This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new fcbf4d563f3e chore(camel-test-infra-redis): upgrade redis.container to
7.4.8-alpine (#21666)
fcbf4d563f3e is described below
commit fcbf4d563f3e5b2c37c79e80fe619973185b41c0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 09:26:03 2026 +0100
chore(camel-test-infra-redis): upgrade redis.container to 7.4.8-alpine
(#21666)
Update redis.container from 7.4.7-alpine to 7.4.8-alpine
Co-authored-by: github-actions[bot]
<github-actions[bot]@users.noreply.github.com>
---
.../org/apache/camel/test/infra/redis/services/container.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/test-infra/camel-test-infra-redis/src/main/resources/org/apache/camel/test/infra/redis/services/container.properties
b/test-infra/camel-test-infra-redis/src/main/resources/org/apache/camel/test/infra/redis/services/container.properties
index 6eec09215eb8..d2be912cbd01 100644
---
a/test-infra/camel-test-infra-redis/src/main/resources/org/apache/camel/test/infra/redis/services/container.properties
+++
b/test-infra/camel-test-infra-redis/src/main/resources/org/apache/camel/test/infra/redis/services/container.properties
@@ -14,7 +14,7 @@
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
-redis.container=mirror.gcr.io/redis:7.4.7-alpine
+redis.container=mirror.gcr.io/redis:7.4.8-alpine
redis.container.version.include=alpine
redis.container.version.exclude=rc,beta
redis.container.version.freeze.major=true