Run update.sh

This commit is contained in:
Docker Library Bot 2017-07-01 07:31:57 +00:00
parent 7c45aad1e8
commit ed37831b89
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ hello-world latest 1815c82652c0 1.84 kB
# How is this image created? # How is this image created?
This image is a prime example of using the [`scratch`](https://registry.hub.docker.com/_/scratch/) image effectively. See [`hello.asm`](https://github.com/docker-library/hello-world/blob/master/hello.asm) in https://github.com/docker-library/hello-world for the source code of the `hello` binary included in this image. This image is a prime example of using the [`scratch`](https://hub.docker.com/_/scratch/) image effectively. See [`hello.c`](https://github.com/docker-library/hello-world/blob/master/hello.c) in https://github.com/docker-library/hello-world for the source code of the `hello` binary included in this image.