Skip to content

Commit 9a4c8c6

Browse files
dokku-botDokku Bot
andauthored
Update dokku-vm dokku version to 0.38.4 (#14751)
Co-authored-by: Dokku Bot <no-reply@dokku.com>
1 parent e32a4e7 commit 9a4c8c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

application-workloads/dokku/dokku-vm/azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dokkuVersion": {
4141
"type": "string",
42-
"defaultValue": "0.38.1",
42+
"defaultValue": "0.38.4",
4343
"metadata": {
4444
"description": "The Dokku version to launch"
4545
}

application-workloads/dokku/dokku-vm/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ param dnsLabelPrefix string
1414
param ubuntuOSVersion string = 'ubuntu-24_04-lts'
1515

1616
@description('The Dokku version to launch')
17-
param dokkuVersion string = '0.38.1'
17+
param dokkuVersion string = '0.38.4'
1818

1919
@description('Size of the virtual machine')
2020
param vmSize string = 'Standard_D2S_V6'

application-workloads/dokku/dokku-vm/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"description": "Dokku is a mini-heroku-style PaaS on a single VM.",
66
"summary": "Dokku is a mini-heroku-style PaaS on a single VM. You can easily git-push any Heroku buildpack or Dockerfile app and it'll be hosted on this VM.",
77
"githubUsername": "dokku",
8-
"dateUpdated": "2026-05-07"
8+
"dateUpdated": "2026-05-12"
99
}

0 commit comments

Comments
 (0)