Skip to content

Commit

Permalink
fix psysh url
Browse files Browse the repository at this point in the history
  • Loading branch information
SebSept committed Dec 17, 2024
1 parent a517eee commit 5787213
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 @@ -63,7 +63,7 @@ ADD --chown=www-data:www-data --chmod=755 https://github.com/composer/composer/r

# Add psysh - https://github.com/bobthecow/psysh
ARG PSYSH_VERSION
ADD --chown=www-data:www-data --chmod=755 https://github.com/bobthecow/psysh/releases/download/${PSYSH_VERSION}/psysh-${PSYSH_VERSION}.tar.gz \
ADD --chown=www-data:www-data --chmod=755 https://github.com/bobthecow/psysh/releases/download/v${PSYSH_VERSION}/psysh-v${PSYSH_VERSION}.tar.gz \
/usr/local/bin/psysh

# Add symfony cli
Expand Down

0 comments on commit 5787213

Please sign in to comment.