From e4dbf433c0a5186bf6c95d6a0a3befffc85e15eb Mon Sep 17 00:00:00 2001 From: Walter Moar Date: Thu, 6 Feb 2025 10:52:53 -0800 Subject: [PATCH] build: FORMS-1817 update curl image (#1600) Update the curl image to address security vulnerabilities reported by RedHat Advanced Cluster Security. Bonus is that the new image is updated to use Alpine 3.21. --- openshift/app.cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/app.cronjob.yaml b/openshift/app.cronjob.yaml index a654993ff..1bfdd7a94 100644 --- a/openshift/app.cronjob.yaml +++ b/openshift/app.cronjob.yaml @@ -54,7 +54,7 @@ objects: spec: containers: - name: my-container - image: docker.io/curlimages/curl:8.10.0 + image: docker.io/curlimages/curl:8.11.1 env: - name: APITOKEN valueFrom: