Moving to version 0.5.0

This commit is contained in:
2025-12-27 21:24:14 -08:00
parent 12bf0a1838
commit 27dc99b6ba
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<p align="center">
<img src="https://git.heshapps.com/asolkar/speed-data-docker/raw/branch/main/src/nw" />
<img src="https://git.heshapps.com/asolkar/speed-data-docker/raw/branch/main/src/nw.png" />
</p>
# speed-data-docker

View File

@@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.4.0
VERSION=0.5.0
docker image build --no-cache -t asolkar/speed-data-docker:${VERSION} . && \
docker push asolkar/speed-data-docker:${VERSION}