Skip to content

Commit

Permalink
Merge pull request #1735 from coralproject/update-doc-versions
Browse files Browse the repository at this point in the history
Update versions to 4.5
  • Loading branch information
kgardnr authored Jul 6, 2018
2 parents 80fc5e8 + 54c99c7 commit 76bb6df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/01-01-talk-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ be used to setup Talk:
version: '2'
services:
talk:
image: coralproject/talk:4.5.0
image: coralproject/talk:4.5
restart: always
ports:
- "3000:3000"
Expand Down
8 changes: 4 additions & 4 deletions docs/source/01-02-installation-from-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ be used to setup Talk:
version: '2'
services:
talk:
image: coralproject/talk:4.5.0
image: coralproject/talk:4.5
restart: always
ports:
- "3000:3000"
Expand Down Expand Up @@ -121,7 +121,7 @@ base installation with additional custom plugins. Images can be created with the
most basic of `Dockerfile`'s:

```docker
FROM coralproject/talk:4.5.0-onbuild
FROM coralproject/talk:4.5-onbuild
```

And running the following to build the docker image:
Expand Down Expand Up @@ -153,7 +153,7 @@ your containerized infrastructure. The versioning of our Docker tags as well
lets you do something like:

```docker
FROM coralproject/talk:4.5.0-onbuild
FROM coralproject/talk:4.5-onbuild
```

Which would pin your image to `4.5.0` release's.
Which would pin your image to `4.5.x release's.
2 changes: 1 addition & 1 deletion docs/source/plugins/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If you deploy using Docker, you can extend from the `*-onbuild` image, an
example `Dockerfile` for your project could be:

```Dockerfile
FROM coralproject/talk:4.5.0-onbuild
FROM coralproject/talk:4.5-onbuild
```

Where the directory for your instance would contain a `plugins.json` file
Expand Down

0 comments on commit 76bb6df

Please sign in to comment.