We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fb736 commit 2517a7cCopy full SHA for 2517a7c
1 file changed
.env
@@ -9,7 +9,7 @@
9
PROJECT_NAME="airstack"
10
# If you've run ./airstack.sh setup, then this will auto-generate from the git commit hash every time a change is made
11
# to a Dockerfile or docker-compose.yaml file. Otherwise this can also be set explicitly to make a release version.
12
-DOCKER_IMAGE_TAG="8b5529e"
+DOCKER_IMAGE_TAG="0.14.1" # On main, this should always be manually set to a numerical version during the PR.
13
# Can replace with your docker hub username
14
PROJECT_DOCKER_REGISTRY="airlab-storage.andrew.cmu.edu:5001/shared"
15
# ============================================
0 commit comments