diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-01-05 01:59:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 01:59:24 +0300 |
commit | ef192bf4677f35c18d9f0812ed2902a682c7bdeb (patch) | |
tree | 4f4d0758fdb7577b7d43e0db2961f192ec9041d8 /src/php/devcontainer-feature.json | |
parent | 8f7eec80d44f74c3aaa20634e938b071d95ff5c3 (diff) |
PHP: Fix build failures for 'ubuntu:bionic' (#378)
* PHP: Fix build failures for 'ubuntu:bionic'
* update VERSION
Diffstat (limited to 'src/php/devcontainer-feature.json')
-rw-r--r-- | src/php/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/devcontainer-feature.json b/src/php/devcontainer-feature.json index edf56eb..2ea56d2 100644 --- a/src/php/devcontainer-feature.json +++ b/src/php/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "php", - "version": "1.0.10", + "version": "1.0.11", "name": "PHP", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/php", "options": { |