Skip to content

Commit 7ea0040

Browse files
authored
Merge pull request #13 from nsec/changed-challenge-images
Changed from Debian to Ubuntu for the workflows to pass until we add …
2 parents f0d32c6 + ea52794 commit 7ea0040

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

challenges/mock-track-apache-php/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ resource "incus_instance" "this" {
7474

7575
name = each.key
7676

77-
image = "images:debian/13"
77+
image = "images:ubuntu/24.04"
7878
profiles = ["default", incus_profile.this.name]
7979

8080
device {

challenges/mock-track-python-service/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ resource "incus_instance" "this" {
7474

7575
name = each.key
7676

77-
image = "images:debian/13"
77+
image = "images:ubuntu/24.04"
7878
profiles = ["default", incus_profile.this.name]
7979

8080
device {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"black",
1919
"tabulate==0.9.0",
2020
]
21-
version = "1.1.1"
21+
version = "1.1.2"
2222
classifiers = [
2323
"Programming Language :: Python :: 3",
2424
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)