diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 7f80583bd2..9eaeefdb12 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -19,4 +19,4 @@ ADD resources/xdebug.ini /etc/php/8.4/apache2/conf.d/xdebug.ini # Configure Apache RUN echo "Listen 8080" >> /etc/apache2/ports.conf && \ - a2enmod rewrite \ No newline at end of file + a2enmod rewrite diff --git a/.devcontainer/customisations-team/devcontainer.json b/.devcontainer/customisations-team/devcontainer.json index 1e418d5242..5a0803656e 100644 --- a/.devcontainer/customisations-team/devcontainer.json +++ b/.devcontainer/customisations-team/devcontainer.json @@ -5,7 +5,7 @@ "build": { "dockerfile": "../Dockerfile", "args": { - "VARIANT": "ubuntu-24.04" + "VARIANT": "ubuntu-22.04" } }, diff --git a/.devcontainer/development-team/devcontainer.json b/.devcontainer/development-team/devcontainer.json index aebc9e1331..729eb1c48e 100644 --- a/.devcontainer/development-team/devcontainer.json +++ b/.devcontainer/development-team/devcontainer.json @@ -5,7 +5,7 @@ "build": { "dockerfile": "../Dockerfile", "args": { - "VARIANT": "ubuntu-24.04" + "VARIANT": "ubuntu-22.04" } },