Skip to content

Commit

Permalink
update to 4.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelwill committed Nov 3, 2019
1 parent eb2f58a commit 5abc21c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
**4.4.3**
- openfire: upgrade to 4.4.3
- openjdk: upgraded to 8u232

**4.4.2**
- openfire: upgrade to 4.4.2

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM openjdk:8u222-jre-slim
FROM openjdk:8u232-jre-slim
MAINTAINER gizmotronic@gmail.com

ENV OPENFIRE_VERSION=4.4.2 \
ENV OPENFIRE_VERSION=4.4.3 \
OPENFIRE_USER=openfire \
OPENFIRE_DATA_DIR=/var/lib/openfire \
OPENFIRE_LOG_DIR=/var/log/openfire
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.2
4.4.3
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
openfire:
image: gizmotronic/openfire:4.4.2
image: gizmotronic/openfire:4.4.3
ports:
- "9090:9090/tcp"
- "9091:9091/tcp"
Expand Down

0 comments on commit 5abc21c

Please sign in to comment.