diff --git a/README.md b/README.md
index 13c6378..fc21551 100644
--- a/README.md
+++ b/README.md
@@ -205,7 +205,7 @@ The Docker image used by a particular step of the workflow can be identified by
| hifiasm |
- [hifiasm 0.19.4](https://github.com/chhylp123/hifiasm/releases/tag/0.19.4)
| [Dockerfile](https://github.com/PacificBiosciences/wdl-dockerfiles/tree/3560fcc5a84e044067cea9c9a7669cfc2659178e/docker/hifiasm) |
| htslib | - [htslib 1.14](https://github.com/samtools/htslib/releases/tag/1.14)
| [Dockerfile](https://github.com/PacificBiosciences/wdl-dockerfiles/tree/3560fcc5a84e044067cea9c9a7669cfc2659178e/docker/htslib) |
| paftools | - [paftools 2.26-r1182-dirty](https://github.com/lh3/minimap2/blob/bc588c0eeb26426d0d90a93fb0877358a389c515/misc/paftools.js)
| [Dockerfile](https://github.com/PacificBiosciences/wdl-dockerfiles/tree/3560fcc5a84e044067cea9c9a7669cfc2659178e/docker/align_hifiasm) |
-| pyyaml | - python 3.8.10; custom scripts
| [Dockerfile](https://github.com/PacificBiosciences/wdl-dockerfiles/tree/f72e862bca2f209b9909e6043ef0197975762f27/docker/pyyaml) |
+| pyyaml | - python 3.8.10; custom scripts
| [Dockerfile](https://github.com/PacificBiosciences/wdl-dockerfiles/tree/cec77c6042cc3c465d252d40c1ade89e3c58cf16/docker/pyyaml) |
| samtools | - [samtools 1.14](https://github.com/samtools/samtools/releases/tag/1.14)
| [Dockerfile](https://github.com/PacificBiosciences/wdl-dockerfiles/tree/3560fcc5a84e044067cea9c9a7669cfc2659178e/docker/samtools) |
| yak | - [yak 0.1](https://github.com/lh3/yak/releases/tag/v0.1)
| [Dockerfile](https://github.com/PacificBiosciences/wdl-dockerfiles/tree/3560fcc5a84e044067cea9c9a7669cfc2659178e/docker/yak) |
diff --git a/workflows/de_novo_assembly_trio/de_novo_assembly_trio.wdl b/workflows/de_novo_assembly_trio/de_novo_assembly_trio.wdl
index 230ad9a..97ff1e9 100644
--- a/workflows/de_novo_assembly_trio/de_novo_assembly_trio.wdl
+++ b/workflows/de_novo_assembly_trio/de_novo_assembly_trio.wdl
@@ -191,7 +191,7 @@ task parse_families {
}
runtime {
- docker: "~{runtime_attributes.container_registry}/pyyaml@sha256:af6f0689a7412b1edf76bd4bf6434e7fa6a86192eebf19573e8618880d9c1dbb"
+ docker: "~{runtime_attributes.container_registry}/pyyaml@sha256:8749239ba12a78d899f0dba4f55ddc260c42d4bfa60895bd11a628d4cfdef635"
cpu: 2
memory: "4 GB"
disk: "20 GB"