We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b42a27 + 1b2b5c4 commit 93ecce4Copy full SHA for 93ecce4
justfile
@@ -3,7 +3,7 @@ set export
3
4
IMAGE := env_var_or_default("IMAGE", "tedge-container-bundle")
5
TEDGE_IMAGE := env_var_or_default("TEDGE_IMAGE", "tedge")
6
-TEDGE_TAG := env_var_or_default("TEDGE_TAG", "1.4.2")
+TEDGE_TAG := env_var_or_default("TEDGE_TAG", "1.5.0")
7
8
REGISTRY := "ghcr.io"
9
REPO_OWNER := "thin-edge"
0 commit comments