Skip to content

Commit

Permalink
fix: setup version too
Browse files Browse the repository at this point in the history
  • Loading branch information
Forestsoft-de authored May 11, 2024
1 parent 19d18d0 commit 7c8df7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/forestsoftgmbh/devcontainer:latest

USER root

RUN curl -SLs https://raw.githubusercontent.com/shyim/devcontainers-features/main/src/php/install.sh | EXTENSIONSEXTRA="xdebug redis yaml mbstring" sudo bash -s --
RUN curl -SLs https://raw.githubusercontent.com/shyim/devcontainers-features/main/src/php/install.sh | EXTENSIONSEXTRA="xdebug redis yaml mbstring" VERSION="8.2" sudo bash -s --

RUN a2dissite 000-default \
&& a2enmod proxy proxy_fcgi \
Expand Down

0 comments on commit 7c8df7d

Please sign in to comment.