Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
fixed composer.json back to version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Nov 27, 2017
1 parent 8304d26 commit 4b0d466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ RUN cd /opt/rancherize-package \
&& cd /opt/rancherize \
&& curl -sSL "https://gist.githubusercontent.com/justb81/1006b89e41e41e1c848fe91969af7a0b/raw/c12faf968e659356ec1cb53f313e7f8383836be3/getcomposer.sh" | sh \
&& COMPOSER_ALLOW_SUPERUSER=1 ./composer.phar install \
&& rm composer.phar \
&& ln -s /opt/rancherize/vendor/bin/rancherize /opt/rancherize/rancherize
&& rm composer.phar

ENTRYPOINT ["/bin/sh", "/opt/rancherize/docker-entrypoint.sh"]
2 changes: 1 addition & 1 deletion docker/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
],
"require": {
"ipunkt/rancherize": "dev-replace-upgrade as 2.19.0",
"ipunkt/rancherize": "^2.18.7",
"ipunkt/rancherize-backup-storagebox": "^1.0.1",
"ipunkt/rancherize-ecr": "^1.0.0",
"ipunkt/rancherize-publish-traefik-rancher": "^1.0.1",
Expand Down

0 comments on commit 4b0d466

Please sign in to comment.