We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f01df46 commit 03b1037Copy full SHA for 03b1037
1 file changed
.env
@@ -13,7 +13,7 @@ PROJECT_NAME="airstack"
13
# to a Dockerfile or docker-compose.yaml file. Otherwise this can also be set explicitly to make a release version.
14
# auto-generated from git commit hash. `airstack version` will output this tag.
15
# auto-generated from git commit hash
16
-DOCKER_IMAGE_TAG="0.17.0-rc1"
+DOCKER_IMAGE_TAG="0.17.0"
17
# Choose "dev" or "prebuilt". "dev" is for mounted code that must be built live. "prebuilt" is for built ros_ws baked into the image
18
DOCKER_IMAGE_BUILD_MODE="dev"
19
# Where to push and pull images from. Can replace with your docker hub username if using docker hub.
0 commit comments