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.
1 parent 4b1ca1a commit 29c7301Copy full SHA for 29c7301
.ci/publish-image.sh
@@ -10,7 +10,7 @@ if command -v gtar >/dev/null 2>&1; then
10
fi;
11
12
BASE_IMAGE_REPO="registry.ddbuild.io/images/dd-octo-sts-ci-base"
13
-BASE_TAG="2025.06-1"
+BASE_TAG="2025.07-1"
14
BASE_IMAGE="${BASE_IMAGE_REPO}:${BASE_TAG}"
15
16
# TODO: Let this run without depending on the release pipeline so it can be scheduled. It can use
version.go
@@ -1,3 +1,3 @@
1
package main
2
3
-const VERSION = "2.0.0"
+const VERSION = "2.0.1"
0 commit comments