diff --git a/app_pack_generator/templates/stage_in.cwl b/app_pack_generator/templates/stage_in.cwl index ecbea9d..14a5a78 100644 --- a/app_pack_generator/templates/stage_in.cwl +++ b/app_pack_generator/templates/stage_in.cwl @@ -62,7 +62,7 @@ outputs: requirements: InlineJavascriptRequirement: {} DockerRequirement: - dockerPull: ghcr.io/unity-sds/unity-data-services:7.9.0 + dockerPull: ghcr.io/unity-sds/unity-data-services:7.10.1 EnvVarRequirement: envDef: - envName: CLIENT_ID diff --git a/app_pack_generator/templates/stage_out.cwl b/app_pack_generator/templates/stage_out.cwl index 27800d6..04d8115 100644 --- a/app_pack_generator/templates/stage_out.cwl +++ b/app_pack_generator/templates/stage_out.cwl @@ -42,7 +42,7 @@ outputs: glob: "$(runtime.outdir)/failed_features.json" requirements: DockerRequirement: - dockerPull: ghcr.io/unity-sds/unity-data-services:7.9.0 + dockerPull: ghcr.io/unity-sds/unity-data-services:7.10.1 EnvVarRequirement: envDef: AWS_ACCESS_KEY_ID: $(inputs.aws_access_key_id)