From 014455a363de1d7cdf4099377023e37cf88eb692 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Sep 2026 22:50:23 +0000 Subject: [PATCH 1/2] Update dokku/dokku Docker tag to v0.38.28 --- apps/dokku/0.38.27/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokku/0.38.27/docker-compose.yml b/apps/dokku/0.38.27/docker-compose.yml index 1fd7895ab..f15ef1252 100644 --- a/apps/dokku/0.38.27/docker-compose.yml +++ b/apps/dokku/0.38.27/docker-compose.yml @@ -1,6 +1,6 @@ services: dokku: - image: "dokku/dokku:0.38.27@sha256:4fb49b29f643265945ef5da3878c7933205a9b60a1ac767f821834c802a56065" + image: "dokku/dokku:0.38.28@sha256:f9916e8ce6142cea945fe97fb0b9353735ea8813974a28e0a18e7f15e77ee7a5" container_name: ${CONTAINER_NAME} restart: unless-stopped network_mode: bridge From 8c531b5eaac35343018a18e6dc79ab0496f606c5 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 17 Sep 2026 22:50:35 +0000 Subject: [PATCH 2/2] Update app version [skip ci] --- apps/dokku/{0.38.27 => 0.38.28}/.env.sample | 0 apps/dokku/{0.38.27 => 0.38.28}/data.yml | 0 apps/dokku/{0.38.27 => 0.38.28}/data/.gitkeep | 0 apps/dokku/{0.38.27 => 0.38.28}/docker-compose.yml | 0 apps/dokku/{0.38.27 => 0.38.28}/scripts/init.sh | 0 apps/dokku/{0.38.27 => 0.38.28}/scripts/uninstall.sh | 0 apps/dokku/{0.38.27 => 0.38.28}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/dokku/{0.38.27 => 0.38.28}/.env.sample (100%) rename apps/dokku/{0.38.27 => 0.38.28}/data.yml (100%) rename apps/dokku/{0.38.27 => 0.38.28}/data/.gitkeep (100%) rename apps/dokku/{0.38.27 => 0.38.28}/docker-compose.yml (100%) rename apps/dokku/{0.38.27 => 0.38.28}/scripts/init.sh (100%) rename apps/dokku/{0.38.27 => 0.38.28}/scripts/uninstall.sh (100%) rename apps/dokku/{0.38.27 => 0.38.28}/scripts/upgrade.sh (100%) diff --git a/apps/dokku/0.38.27/.env.sample b/apps/dokku/0.38.28/.env.sample similarity index 100% rename from apps/dokku/0.38.27/.env.sample rename to apps/dokku/0.38.28/.env.sample diff --git a/apps/dokku/0.38.27/data.yml b/apps/dokku/0.38.28/data.yml similarity index 100% rename from apps/dokku/0.38.27/data.yml rename to apps/dokku/0.38.28/data.yml diff --git a/apps/dokku/0.38.27/data/.gitkeep b/apps/dokku/0.38.28/data/.gitkeep similarity index 100% rename from apps/dokku/0.38.27/data/.gitkeep rename to apps/dokku/0.38.28/data/.gitkeep diff --git a/apps/dokku/0.38.27/docker-compose.yml b/apps/dokku/0.38.28/docker-compose.yml similarity index 100% rename from apps/dokku/0.38.27/docker-compose.yml rename to apps/dokku/0.38.28/docker-compose.yml diff --git a/apps/dokku/0.38.27/scripts/init.sh b/apps/dokku/0.38.28/scripts/init.sh similarity index 100% rename from apps/dokku/0.38.27/scripts/init.sh rename to apps/dokku/0.38.28/scripts/init.sh diff --git a/apps/dokku/0.38.27/scripts/uninstall.sh b/apps/dokku/0.38.28/scripts/uninstall.sh similarity index 100% rename from apps/dokku/0.38.27/scripts/uninstall.sh rename to apps/dokku/0.38.28/scripts/uninstall.sh diff --git a/apps/dokku/0.38.27/scripts/upgrade.sh b/apps/dokku/0.38.28/scripts/upgrade.sh similarity index 100% rename from apps/dokku/0.38.27/scripts/upgrade.sh rename to apps/dokku/0.38.28/scripts/upgrade.sh