diff --git a/images/src/wpvip-base/.devcontainer-lock.json b/images/src/wpvip-base/.devcontainer-lock.json index bb8f818b..9b4f92ef 100644 --- a/images/src/wpvip-base/.devcontainer-lock.json +++ b/images/src/wpvip-base/.devcontainer-lock.json @@ -10,10 +10,10 @@ "resolved": "ghcr.io/devcontainers-extra/features/composer@sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76", "integrity": "sha256:92bd9a7d6b294cdf231e7c4c36897da20e09e65d580db516d768c8b309496a76" }, - "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/images/src/wpvip-base/.devcontainer.json b/images/src/wpvip-base/.devcontainer.json index 5ae42ecf..85c6a0bd 100644 --- a/images/src/wpvip-base/.devcontainer.json +++ b/images/src/wpvip-base/.devcontainer.json @@ -6,12 +6,12 @@ "x-build": { "name": "WPVIP", "image-name": "wpvip-base", - "image-version": "0.0.24" + "image-version": "0.0.25" }, "remoteUser": "vscode", "postStartCommand": "/usr/local/bin/post-start.sh", "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,