diff --git a/Dockerfile b/Dockerfile index 7c36c1c..adc5b4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN \ unzip && \ curl -o \ /tmp/dogwalk.zip -L \ - "https://studio.blender.org/download-source/files/ba/58/ba589b4453df58958fe3c97eff20df0a-37.zip" && \ + "https://studio.blender.org/download-source/files/e7/56/e75606adf8b311e4c8a5a28e16a5512a-38.zip" && \ cd /tmp && \ unzip dogwalk.zip && \ mv \ diff --git a/README.md b/README.md index ebe91e2..544a491 100644 --- a/README.md +++ b/README.md @@ -434,4 +434,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **23.07.25:** - Bump DOGWALK to 1.0.2. * **14.07.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index 3612fd6..fd4e64e 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -108,4 +108,5 @@ init_diagram: | "dogwalk:latest" <- Base Images # changelog changelogs: + - {date: "23.07.25:", desc: "Bump DOGWALK to 1.0.2."} - {date: "14.07.25:", desc: "Initial release."}