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 e55d4ab commit b1fbb97Copy full SHA for b1fbb97
docs.build.ps1
@@ -3,7 +3,7 @@
3
#>
4
param (
5
# Version/tag of the mm-docs image to use
6
- [string] $aVersion = (property MM_DOCS_VERSION 'latest'),
+ [string] $aVersion = (property MM_DOCS_VERSION '0.7.6'),
7
8
# Registry and name to use to get mm-docs image
9
[string] $aImageName = (property MM_DOCS_IMAGE_NAME 'majkinetor/mm-docs'),
0 commit comments