Skip to content

Commit

Permalink
bump php version used in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Feb 3, 2025
1 parent 842f352 commit ba9dd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stable
FROM debian:testing
ARG DEBIAN_FRONTEND=noninteractive
ARG XDEBUG_MODE=coverage
RUN apt update -y && apt install -y git composer php-cli php-dom php-curl php-xdebug vim
Expand Down

0 comments on commit ba9dd85

Please sign in to comment.