Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjcollins committed Nov 28, 2018
1 parent eb8c66f commit 2f777c5
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:dev-3.1 /usr/share/nginx/

RUN composer update

Expand Down

0 comments on commit 2f777c5

Please sign in to comment.