Skip to content

Commit

Permalink
3.1 version try
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjcollins committed Nov 28, 2018
1 parent 0cf8209 commit eb8c66f
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 @@ -13,7 +13,7 @@ apt-get update && \
apt-get install -y postgresql-client-10

# Create Craft project
RUN composer create-project craftcms/craft "^3.1.0-beta.1" /usr/share/nginx/
RUN composer create-project craftcms/craft:^3.1.0-beta.1 /usr/share/nginx/

RUN composer update

Expand Down

0 comments on commit eb8c66f

Please sign in to comment.