Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandraKozubal committed Mar 1, 2024
1 parent 8e1bd6f commit 6ede167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN apt-get update \
&& docker-php-ext-enable \
redis

ARG XDEBUG_VERSION=3.2.1
ARG XDEBUG_VERSION=3.3.1
ARG INSTALL_XDEBUG=true

RUN if [ ${INSTALL_XDEBUG} = true ]; then \
Expand Down

0 comments on commit 6ede167

Please sign in to comment.