Skip to content

Commit

Permalink
release 3.9.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Sep 3, 2014
1 parent 5afb989 commit 12adffa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

**latest**
**3.9.3-1**
- update to the sameersbn/ubuntu:14.04.20140818 baseimage
- initial version 3.9.3
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Dockerfile to build a [Openfire](http://www.igniterealtime.org/projects/openfire

## Version

Current Version: **3.9.3**
Current Version: **3.9.3-1**

# Installation

Expand All @@ -30,7 +30,7 @@ docker pull sameersbn/openfire:latest
You can also pull a particular version of openfire by specifying the version. For example,

```bash
docker pull sameersbn/openfire:3.9.3
docker pull sameersbn/openfire:3.9.3-1
```

Alternately you can build the image yourself.
Expand All @@ -48,7 +48,7 @@ Run the openfire image
```bash
docker run --name='openfire' -i -t --rm \
-p 9090:9090 -p 5222:5222 -p 7777:7777 \
sameersbn/openfire:3.9.3
sameersbn/openfire:3.9.3-1
```

Point your browser to `http://localhost:9090` and follow the setup procedure to complete the installation.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.9.3
3.9.3-1

0 comments on commit 12adffa

Please sign in to comment.