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 6e053f2 commit 45ae66dCopy full SHA for 45ae66d
ct/healthchecks.sh
@@ -33,7 +33,7 @@ function update_script() {
33
systemctl stop healthchecks
34
msg_ok "Stopped Services"
35
36
- PYTHON_VERSION="3.12" setup_uv
+ PYTHON_VERSION="3.13" setup_uv
37
fetch_and_deploy_gh_release "healthchecks" "healthchecks/healthchecks"
38
39
msg_info "Updating healthchecks"
install/healthchecks-install.sh
@@ -22,7 +22,7 @@ $STD apt install -y \
22
caddy
23
msg_ok "Installed Dependencies"
24
25
-PYTHON_VERSION="3.12" setup_uv
+PYTHON_VERSION="3.13" setup_uv
26
PG_VERSION=16 setup_postgresql
27
28
msg_info "Setup Database"
0 commit comments