diff options
author | Jesus <heckyel@riseup.net> | 2023-09-25 04:10:34 +0800 |
---|---|---|
committer | Jesus <heckyel@riseup.net> | 2023-09-25 04:10:34 +0800 |
commit | aa77d14f26da35b34ac160c56bdda483b550b3e8 (patch) | |
tree | a6a44cc5b3d7e13796dfbff0b8d0e3bb4d97d3ea | |
parent | f702f4b0dd5a9a38080953ea07aee4122839fe9a (diff) | |
download | hyperbola-docker-aa77d14f26da35b34ac160c56bdda483b550b3e8.tar.lz hyperbola-docker-aa77d14f26da35b34ac160c56bdda483b550b3e8.tar.xz hyperbola-docker-aa77d14f26da35b34ac160c56bdda483b550b3e8.zip |
README.md: minor fix tag docker
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Usage - Make sure you have my `Dockerfile`, `.dockerignore` and the `bootstrap.tar.gz` in one directory. - Build the image with a command like: - docker build --tag hyperbola:0.4.3 -f Dockerfile-Hyperbola-v04 . + docker build --tag hyperbola:v0.4.3 -f Dockerfile-Hyperbola-v04 . License ======= |