Skip to content

Commit aec56e5

Browse files
committed
Update Dockerfile
Fixed required rosette api version
1 parent e8de071 commit aec56e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ RUN chmod 755 /php/examples/run_php.sh
1212
WORKDIR /php/examples
1313

1414
# install composer.phar
15-
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer && composer require "rosette/api: ~0.8.0"
15+
RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer && composer require "rosette/api: ~1.0.0"
1616

1717
# allow interactive bash inside docker container
1818
CMD ./run_php.sh $API_KEY $ALT_URL; /bin/bash
1919

20-
VOLUME ["/source"]
20+
VOLUME ["/source"]

0 commit comments

Comments
 (0)