diff --git a/base-images/src/ubuntu-base/.devcontainer-lock.json b/base-images/src/ubuntu-base/.devcontainer-lock.json index 2282a9bf..f508bbfd 100644 --- a/base-images/src/ubuntu-base/.devcontainer-lock.json +++ b/base-images/src/ubuntu-base/.devcontainer-lock.json @@ -1,9 +1,9 @@ { "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.6": { - "version": "2.5.6", - "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45", - "integrity": "sha256:9ddad2e4f71f172cc0bf28461e70948218f70f8ad6cd936b5c8dbe0a8acf6b45" + "ghcr.io/devcontainers/features/common-utils:2.5.7": { + "version": "2.5.7", + "resolved": "ghcr.io/devcontainers/features/common-utils@sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4", + "integrity": "sha256:dbf431d6b42d55cde50fa1df75c7f7c3999a90cde6d73f7a7071174b3c3d0cc4" }, "ghcr.io/devcontainers/features/git:1.3.5": { "version": "1.3.5", diff --git a/base-images/src/ubuntu-base/.devcontainer.json b/base-images/src/ubuntu-base/.devcontainer.json index aa128674..cf94cf6b 100644 --- a/base-images/src/ubuntu-base/.devcontainer.json +++ b/base-images/src/ubuntu-base/.devcontainer.json @@ -6,7 +6,7 @@ "x-build": { "name": "Ubuntu", "image-name": "ubuntu-base", - "image-version": "0.0.42" + "image-version": "0.0.43" }, "remoteUser": "vscode", "containerEnv": { @@ -19,7 +19,7 @@ "SHELL": "/bin/bash" }, "features": { - "ghcr.io/devcontainers/features/common-utils:2.5.6": { + "ghcr.io/devcontainers/features/common-utils:2.5.7": { "installZsh": false, "installOhMyZsh": false, "installOhMyZshConfig": false, diff --git a/features/test/php/checks.sh b/features/test/php/checks.sh index 15ca0539..f3b802b6 100755 --- a/features/test/php/checks.sh +++ b/features/test/php/checks.sh @@ -10,6 +10,7 @@ else check "php-fpm is running" pgrep php-fpm fi +sleep 1 check "Port 9000 is open" sh -c 'netstat -lnt | grep :9000 ' check "php can run" php --version