Skip to content

Commit

Permalink
Update CI and devcontainer versionto 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Dec 11, 2024
1 parent 1611d2f commit 498674e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "STS1 COBC",
"image": "tuwienspaceteam/sts1-cobc:1.10.0",
"image": "tuwienspaceteam/sts1-cobc:1.11.0",
"customizations": {
"vscode": {
"extensions": [
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
format-and-spell-check:
runs-on: ubuntu-latest
container: tuwienspaceteam/sts1-cobc:1.10.0-linux-x86
container: tuwienspaceteam/sts1-cobc:1.11.0-linux-x86

steps:
- uses: actions/checkout@v4
Expand All @@ -43,7 +43,7 @@ jobs:
needs: format-and-spell-check

runs-on: ubuntu-latest
container: tuwienspaceteam/sts1-cobc:1.10.0-linux-x86
container: tuwienspaceteam/sts1-cobc:1.11.0-linux-x86

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
needs: format-and-spell-check

runs-on: ubuntu-latest
container: tuwienspaceteam/sts1-cobc:1.10.0-linux-x86
container: tuwienspaceteam/sts1-cobc:1.11.0-linux-x86

steps:
- uses: actions/checkout@v4
Expand All @@ -97,7 +97,7 @@ jobs:
needs: format-and-spell-check

runs-on: ubuntu-latest
container: tuwienspaceteam/sts1-cobc:1.10.0
container: tuwienspaceteam/sts1-cobc:1.11.0

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
needs: format-and-spell-check

runs-on: ubuntu-latest
container: tuwienspaceteam/sts1-cobc:1.10.0-linux-x86
container: tuwienspaceteam/sts1-cobc:1.11.0-linux-x86

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 498674e

Please sign in to comment.