Openfire 4.3.2

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-02-09 00:20:51 +01:00
parent 115f481469
commit 0243fe89ca
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -2,7 +2,7 @@ FROM alpine
LABEL maintainer Knut Ahlers <knut@ahlers.me>
ENV OPENFIRE_VERSION=4_2_1
ENV OPENFIRE_VERSION=4_3_2
RUN set -ex \
&& apk --no-cache add curl openjdk8 ca-certificates bash \