From ef0452f1b7b6cd630d248d4fcbb951d8a836e314 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:56:15 +0800 Subject: [PATCH] chore(deps): update litespeedtech/openlitespeed docker tag to v1.8.2 (#2193) * chore(deps): update litespeedtech/openlitespeed docker tag to v1.8.2 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data.yml | 0 .../data/bin/container/appinstallctl.sh | 0 .../data/bin/container/certhookctl.sh | 0 .../data/bin/container/domainctl.sh | 0 .../data/bin/container/owaspctl.sh | 0 .../data/bin/container/serialctl.sh | 0 .../{1.8.1-lsphp81 => 1.8.2-lsphp81}/data/sites/.gitignore | 0 .../{1.8.1-lsphp81 => 1.8.2-lsphp81}/docker-compose.yml | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data.yml (100%) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data/bin/container/appinstallctl.sh (100%) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data/bin/container/certhookctl.sh (100%) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data/bin/container/domainctl.sh (100%) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data/bin/container/owaspctl.sh (100%) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data/bin/container/serialctl.sh (100%) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/data/sites/.gitignore (100%) rename openlitespeed/{1.8.1-lsphp81 => 1.8.2-lsphp81}/docker-compose.yml (92%) diff --git a/openlitespeed/1.8.1-lsphp81/data.yml b/openlitespeed/1.8.2-lsphp81/data.yml similarity index 100% rename from openlitespeed/1.8.1-lsphp81/data.yml rename to openlitespeed/1.8.2-lsphp81/data.yml diff --git a/openlitespeed/1.8.1-lsphp81/data/bin/container/appinstallctl.sh b/openlitespeed/1.8.2-lsphp81/data/bin/container/appinstallctl.sh similarity index 100% rename from openlitespeed/1.8.1-lsphp81/data/bin/container/appinstallctl.sh rename to openlitespeed/1.8.2-lsphp81/data/bin/container/appinstallctl.sh diff --git a/openlitespeed/1.8.1-lsphp81/data/bin/container/certhookctl.sh b/openlitespeed/1.8.2-lsphp81/data/bin/container/certhookctl.sh similarity index 100% rename from openlitespeed/1.8.1-lsphp81/data/bin/container/certhookctl.sh rename to openlitespeed/1.8.2-lsphp81/data/bin/container/certhookctl.sh diff --git a/openlitespeed/1.8.1-lsphp81/data/bin/container/domainctl.sh b/openlitespeed/1.8.2-lsphp81/data/bin/container/domainctl.sh similarity index 100% rename from openlitespeed/1.8.1-lsphp81/data/bin/container/domainctl.sh rename to openlitespeed/1.8.2-lsphp81/data/bin/container/domainctl.sh diff --git a/openlitespeed/1.8.1-lsphp81/data/bin/container/owaspctl.sh b/openlitespeed/1.8.2-lsphp81/data/bin/container/owaspctl.sh similarity index 100% rename from openlitespeed/1.8.1-lsphp81/data/bin/container/owaspctl.sh rename to openlitespeed/1.8.2-lsphp81/data/bin/container/owaspctl.sh diff --git a/openlitespeed/1.8.1-lsphp81/data/bin/container/serialctl.sh b/openlitespeed/1.8.2-lsphp81/data/bin/container/serialctl.sh similarity index 100% rename from openlitespeed/1.8.1-lsphp81/data/bin/container/serialctl.sh rename to openlitespeed/1.8.2-lsphp81/data/bin/container/serialctl.sh diff --git a/openlitespeed/1.8.1-lsphp81/data/sites/.gitignore b/openlitespeed/1.8.2-lsphp81/data/sites/.gitignore similarity index 100% rename from openlitespeed/1.8.1-lsphp81/data/sites/.gitignore rename to openlitespeed/1.8.2-lsphp81/data/sites/.gitignore diff --git a/openlitespeed/1.8.1-lsphp81/docker-compose.yml b/openlitespeed/1.8.2-lsphp81/docker-compose.yml similarity index 92% rename from openlitespeed/1.8.1-lsphp81/docker-compose.yml rename to openlitespeed/1.8.2-lsphp81/docker-compose.yml index 48e1fc498..32e077d29 100644 --- a/openlitespeed/1.8.1-lsphp81/docker-compose.yml +++ b/openlitespeed/1.8.2-lsphp81/docker-compose.yml @@ -18,7 +18,7 @@ services: - "${PANEL_APP_PORT_HTTP}:7080" environment: - TZ=${TIME_ZONE} - image: litespeedtech/openlitespeed:1.8.1-lsphp81 + image: litespeedtech/openlitespeed:1.8.2-lsphp81 labels: createdBy: "Apps"