Skip to content

Commit a5b2672

Browse files
Update devcontainer image version to 1.0.6
1 parent f00924e commit a5b2672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
{
44
"name": "Cross-Lib",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "ghcr.io/cross-lib/devcontainers/base:1.0.5-ubuntu",
7-
"postStartCommand": "bash .devcontainer/post-start.sh",
6+
"image": "ghcr.io/cross-lib/devcontainers/base:1.0.6-ubuntu",
7+
// "postStartCommand": "bash .devcontainer/post-start.sh",
88
"customizations": {
99
// Configure properties specific to VS Code.
1010
"vscode": {

0 commit comments

Comments
 (0)