Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 56e5734

Browse files
ata-no-oneRenovate Botunglaublicherdude
authored
Update mcr.microsoft.com/devcontainers/php Docker tag to v8.5 (#69)
* Update mcr.microsoft.com/devcontainers/php Docker tag to v8.5 * dependency updates --------- Co-authored-by: Renovate Bot <renovate-bot@gdata.de> Co-authored-by: Matthias <matthias.simonis@gdata.de>
1 parent e6196ae commit 56e5734

4 files changed

Lines changed: 12 additions & 8 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "PHP",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/php:8.4-bookworm",
6+
"image": "mcr.microsoft.com/devcontainers/php:8.5-bookworm",
77
"customizations": {
88
"vscode": {
99
"extensions": [

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/php:8.4
1+
FROM mcr.microsoft.com/devcontainers/php:8.5
22

33
RUN docker-php-ext-install mysqli
44
RUN curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar \

Readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ While the released code is hosted on the WordPress svn, we develop the plugin on
5656

5757
== Changelog ==
5858

59+
= 3.3.5 =
60+
61+
* dependency updates
62+
5963
= 3.3.4 =
6064

6165
* dependency updates

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)