Skip to content

Commit

Permalink
Merge pull request #1 from tighten/adc/lock-duster-version
Browse files Browse the repository at this point in the history
[1.x] Lock 1.x to Duster version 1.x
  • Loading branch information
driftingly authored Apr 19, 2023
2 parents de80fbb + 8d4a0c7 commit 6f6f30c
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
@@ -1,6 +1,6 @@
FROM composer:latest

RUN composer global require tightenco/duster --no-progress --dev
RUN composer global require tightenco/duster ^1.0 --no-progress --dev
ENV PATH="/tmp/vendor/bin:${PATH}"

COPY "entrypoint.sh" "/entrypoint.sh"
Expand Down

0 comments on commit 6f6f30c

Please sign in to comment.