diff --git a/challenges/mock-track-apache-php/terraform/main.tf b/challenges/mock-track-apache-php/terraform/main.tf index eedbe51..8de548d 100644 --- a/challenges/mock-track-apache-php/terraform/main.tf +++ b/challenges/mock-track-apache-php/terraform/main.tf @@ -74,7 +74,7 @@ resource "incus_instance" "this" { name = each.key - image = "images:debian/13" + image = "images:ubuntu/24.04" profiles = ["default", incus_profile.this.name] device { diff --git a/challenges/mock-track-python-service/terraform/main.tf b/challenges/mock-track-python-service/terraform/main.tf index 5616df7..7ba9a95 100644 --- a/challenges/mock-track-python-service/terraform/main.tf +++ b/challenges/mock-track-python-service/terraform/main.tf @@ -74,7 +74,7 @@ resource "incus_instance" "this" { name = each.key - image = "images:debian/13" + image = "images:ubuntu/24.04" profiles = ["default", incus_profile.this.name] device { diff --git a/pyproject.toml b/pyproject.toml index 4da565c..f99d052 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "black", "tabulate==0.9.0", ] -version = "1.1.1" +version = "1.1.2" classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent",