Skip to content

Commit

Permalink
release 3.9.3-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Oct 6, 2014
1 parent cba16f2 commit 30b014b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**3.9.3-2**
- upgrade to sameersbn/debian:jessie.20141001, plugs shellshock

**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-1**
Current Version: **3.9.3-2**

# 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-1
docker pull sameersbn/openfire:3.9.3-2
```

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-1
sameersbn/openfire:3.9.3-2
```

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-1
3.9.3-2

0 comments on commit 30b014b

Please sign in to comment.