Skip to content

Commit

Permalink
Merge pull request #1485 from nextcloud/devcontainer-update-php
Browse files Browse the repository at this point in the history
fix: Use devcontainer with php v8.2
  • Loading branch information
blizzz authored Dec 4, 2024
2 parents 0e1a001 + d4bb35a commit 6974d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/juliushaertl/nextcloud-dev-php80:latest",
"image": "ghcr.io/juliusknorr/nextcloud-dev-php82:latest",
"forwardPorts": [80],
"containerEnv": {
"NEXTCLOUD_AUTOINSTALL_APPS": "tables",
Expand Down

0 comments on commit 6974d62

Please sign in to comment.