Browse Source

Run update.sh

Docker Library Bot 10 years ago
parent
commit
4775ac37cf
2 changed files with 2 additions and 2 deletions
  1. 1 1
      php/README.md
  2. 1 1
      rakudo-star/README.md

+ 1 - 1
php/README.md

@@ -70,7 +70,7 @@ Where `src/` is the directory containing all your php code and `config/` contain
 
 We provide two convenient scripts named `docker-php-ext-configure` and `docker-php-ext-install`, you can use them to easily install PHP extension.
 
-For example, if you want to have a PHP-FPM image with `iconv`, `mcrypt` and `gd` extensions, you can inheriting the base image that you like, and write your own `Dockerfile` like this:
+For example, if you want to have a PHP-FPM image with `iconv`, `mcrypt` and `gd` extensions, you can inherit the base image that you like, and write your own `Dockerfile` like this:
 
 	FROM php:5.6-fpm
 	# Install modules

+ 1 - 1
rakudo-star/README.md

@@ -1,6 +1,6 @@
 # Supported tags and respective `Dockerfile` links
 
--	[`2015.03`, `latest` (*Dockerfile*)](https://github.com/perl6/docker/blob/4250489944483969ff68d94476bfd81e0a2170ce/Dockerfile)
+-	[`2015.05`, `latest` (*Dockerfile*)](https://github.com/perl6/docker/blob/1590c9763cfeff123e6ab7991a49d4f3ba06661a/Dockerfile)
 
 For more information about this image and its history, please see the [relevant manifest file (`library/rakudo-star`)](https://github.com/docker-library/official-images/blob/master/library/rakudo-star) in the [`docker-library/official-images` GitHub repo](https://github.com/docker-library/official-images).