Skip to content

Commit f36f0de

Browse files
committed
feat: pin actions-runner and dotnet versions in devcontainers and fix a typo in the postCreateCommand grep pattern.
1 parent f8d55c4 commit f36f0de

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.devcontainer/antigravity/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"version": "0.9.5"
4040
},
4141
"ghcr.io/devcontainers-extra/features/actions-runner:1": {
42-
"version": "latest",
43-
"dotnetVersion": "latest"
42+
"version": "2.319.1",
43+
"dotnetVersion": "8.0"
4444
},
4545
"ghcr.io/devcontainers-extra/features/age:1": {
4646
"version": "1.2.1"

.devcontainer/vscode/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"version": "0.9.5"
4646
},
4747
"ghcr.io/devcontainers-extra/features/actions-runner:1": {
48-
"version": "latest",
49-
"dotnetVersion": "latest"
48+
"version": "2.319.1",
49+
"dotnetVersion": "8.0"
5050
},
5151
"ghcr.io/devcontainers-extra/features/age:1": {
5252
"version": "1.2.1"
@@ -115,7 +115,7 @@
115115

116116
// Load encrypted environment variables automatically (with error tolerance)
117117
"postCreateCommand": {
118-
"setup bashrc": "grep -qF 'source \\${containerWorkspaceFolder}/scripts/load-env.siner h' ~/.bashrc || echo 'source \\${containerWorkspaceFolder}/scripts/load-env.sh' >> ~/.bashrc"
118+
"setup bashrc": "grep -qF 'source \\${containerWorkspaceFolder}/scripts/load-env.sh' ~/.bashrc || echo 'source \\${containerWorkspaceFolder}/scripts/load-env.sh' >> ~/.bashrc"
119119
},
120120
"postStartCommand": {
121121
"install ggshield": "sudo /usr/local/py-utils/bin/pipx install --global ggshield"

0 commit comments

Comments
 (0)