Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update universal image with php 8.3
  • Loading branch information
samruddhikhandale committed Nov 28, 2023
commit ea0136c1a2a6b9da7e891136cbd8da7e22406f7f
4 changes: 2 additions & 2 deletions src/universal/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"./local-features/machine-learning-packages": "latest",
"ghcr.io/devcontainers/features/php:1": {
"version": "8.2.1",
"additionalVersions": "8.1.14",
"version": "8.3.0",
"additionalVersions": "8.2.13",
"installComposer": "true"
},
"ghcr.io/devcontainers/features/conda:1": {
Expand Down