Skip to content

Commit

Permalink
freezes php docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jun 29, 2021
1 parent d2f669f commit 2af42b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mv /opt/rustdeps/target/$(uname -m)-unknown-linux-musl/release/librustdeps.a
# | | | | | | __/ |
# |_| |_| |_| |___/

FROM php:7.3-fpm-alpine as phpspy-builder
FROM php:7.3-fpm-alpine3.13 as phpspy-builder
RUN apk add --update alpine-sdk
RUN git clone https://github.com/pyroscope-io/phpspy.git && cd phpspy && git checkout 024461fbba5130a1dc7fd4f0b5a458424cf50b3a
RUN cd phpspy && make CFLAGS="-DUSE_DIRECT"
Expand Down

0 comments on commit 2af42b3

Please sign in to comment.