Skip to content

Commit 98985b1

Browse files
committed
Upgrading the docker image version
1 parent c1cb5b0 commit 98985b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/dags/cwl_dag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
# unique pod label to assure each jkob runs on its own pod
3030
POD_LABEL = "cwl_task" + datetime.now().strftime("%Y%m%d_%H%M%S_%f")
31-
SPS_DOCKER_CWL_IMAGE = "ghcr.io/unity-sds/unity-sps/sps-docker-cwl:2.4.0"
31+
SPS_DOCKER_CWL_IMAGE = "ghcr.io/unity-sds/unity-sps/sps-docker-cwl:2.5.1"
3232
NODE_POOL_DEFAULT = "airflow-kubernetes-pod-operator"
3333
NODE_POOL_HIGH_WORKLOAD = "airflow-kubernetes-pod-operator-high-workload"
3434

0 commit comments

Comments
 (0)