diff --git a/Dockerfile b/Dockerfile index 70a7eba..1c86fd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.81-bookworm AS builder +FROM rust:1.82-bookworm AS builder COPY . . diff --git a/fly.toml b/fly.toml index 6efc564..4b85bc4 100644 --- a/fly.toml +++ b/fly.toml @@ -11,12 +11,12 @@ PORT = '8080' COMMITTER_GIT_NAME = 'pesde index updater' COMMITTER_GIT_EMAIL = 'pesde@daimond113.com' INDEX_REPO_URL = 'https://github.com/daimond113/pesde-index' -GITHUB_AUTH=1 +GITHUB_AUTH = '1' [http_service] internal_port = 8080 force_https = true -auto_stop_machines = "suspend" +auto_stop_machines = "stop" auto_start_machines = true min_machines_running = 0 processes = ['app']