Skip to content

Commit

Permalink
Update Dockerfile PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
adsr committed Apr 19, 2024
1 parent 602ad76 commit 5256d67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM php:7.3-fpm-alpine
FROM php:8.1-fpm-alpine

RUN apk add --update alpine-sdk \
&& git clone --recursive https://github.com/adsr/phpspy.git \
&& cd phpspy && make
&& cd phpspy \
&& make

0 comments on commit 5256d67

Please sign in to comment.