Prosody: Bump Alpine to the edge
This commit is contained in:
parent
967e9bbd2c
commit
8920a5865b
2 changed files with 2 additions and 6 deletions
|
@ -11,10 +11,6 @@ services:
|
|||
build: ./prosody-0.11
|
||||
image: elfrinjo/prosody-0.11:latest
|
||||
|
||||
tinywebdav:
|
||||
build: ./tinywebdav
|
||||
image: elfrinjo/tinywebdav:latest
|
||||
|
||||
torrelay:
|
||||
build: ./torrelay
|
||||
image: elfrinjo/torrelay:latest
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
FROM alpine:3.8
|
||||
FROM alpine:edge
|
||||
|
||||
LABEL maintainer "J. Elfring <devops@elfrinjo.de>"
|
||||
|
||||
## Install Packages
|
||||
RUN apk add --no-cache \
|
||||
--update \
|
||||
libcrypto1.0 \
|
||||
libcrypto1.1 \
|
||||
libidn \
|
||||
lua5.2 \
|
||||
lua5.2-expat \
|
||||
|
|
Reference in a new issue