Skip to content

Commit

Permalink
chore(ecmwf-stat): Bump consumer image version 1.0.4 -> 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Dec 6, 2024
1 parent 8d299ca commit bc1bce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local_archives/nwp/ecmwf/ecmwf_ens_stat_india.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def ecmwf_eps_india_stat(
context: dg.AssetExecutionContext,
pipes_docker_client: PipesDockerClient,
) -> Any:
image: str = "ghcr.io/openclimatefix/nwp-consumer:1.0.4"
image: str = "ghcr.io/openclimatefix/nwp-consumer:1.0.5"
it: dt.datetime = context.partition_time_window.start
return pipes_docker_client.run(
image=image,
Expand Down

0 comments on commit bc1bce5

Please sign in to comment.