update zip ingestion bump to 1.0.2

This commit is contained in:
thelamer 2025-07-23 12:58:50 -04:00
parent d33f32f76c
commit cfa261cc9e
No known key found for this signature in database
3 changed files with 3 additions and 1 deletions

View File

@ -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 \

View File

@ -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.

View File

@ -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."}