Skip to content

Commit

Permalink
Fix Dockerfile to build proper version of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Nov 16, 2024
1 parent 8254967 commit dbade9d
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 @@ -5,7 +5,7 @@ ARG BUILD_DEV=0
COPY . /src
RUN apk add bash && \
cd /src && \
./build-alpine 8.2.8 0 $BUILD_DEV && \
./build-alpine 8.3.13 0 $BUILD_DEV && \
mv build/dist/bin/php /usr/bin/manticore-executor && \
ln -s /usr/bin/manticore-executor /usr/bin/php && \
cd ../..
Expand Down

0 comments on commit dbade9d

Please sign in to comment.