mirror of
https://git.netzspielplatz.de/docker-multiarch/prosody.git
synced 2025-11-08 20:29:27 +00:00
don't specify a prosody version anymore, always use the latest and greates available in the alpine repos
This commit is contained in:
parent
43b2f2da19
commit
f427d472ea
1 changed files with 1 additions and 3 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
FROM alpine:3.12
|
FROM alpine:3.12
|
||||||
MAINTAINER Micha Gläß-Stöcker <micha+docker@glaess.cc>
|
MAINTAINER Micha Gläß-Stöcker <micha+docker@glaess.cc>
|
||||||
|
|
||||||
ENV PROSODY_VERSION 0.11.5-r0
|
|
||||||
|
|
||||||
# Build-time metadata as defined at http://label-schema.org
|
# Build-time metadata as defined at http://label-schema.org
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
|
|
@ -19,7 +17,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||||
com.microscaling.docker.dockerfile="/Dockerfile" \
|
com.microscaling.docker.dockerfile="/Dockerfile" \
|
||||||
com.microscaling.license="MIT"
|
com.microscaling.license="MIT"
|
||||||
|
|
||||||
RUN apk add --no-cache bash "prosody=${PROSODY_VERSION}"
|
RUN apk add --no-cache bash "prosody"
|
||||||
RUN mkdir -p /etc/prosody/conf.d /usr/local/lib/prosody/modules
|
RUN mkdir -p /etc/prosody/conf.d /usr/local/lib/prosody/modules
|
||||||
|
|
||||||
COPY prosody.cfg.lua /etc/prosody/prosody.cfg.lua
|
COPY prosody.cfg.lua /etc/prosody/prosody.cfg.lua
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue