aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-20 23:48:36 +0000
committerFuwn <[email protected]>2022-04-20 23:48:36 +0000
commitd19e8cad865705651aa5a821561419ccf26ec63a (patch)
treebd287739a3423ae0639a2eaa891688e3400f8a46 /Makefile.toml
parentfix(gemini_to_html): first list item clipping (diff)
downloadseptember-d19e8cad865705651aa5a821561419ccf26ec63a.tar.xz
september-d19e8cad865705651aa5a821561419ccf26ec63a.zip
ci(docker): use locus' dockerfile
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml
index 60b05a7..a3940af 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -33,4 +33,4 @@ args = ["run"]
[tasks.docker-build]
dependencies = ["checkfc"]
command = "docker"
-args = ["build", "-t", "fuwn/september", "."]
+args = ["build", "-t", "fuwn/september:latest", "."]