mirror of
https://github.com/airsonic/airsonic.git
synced 2025-10-03 01:39:34 +02:00
Docker: Bump JRE from 8 to 11
This commit is contained in:
parent
ed8b342c0d
commit
a453a44a80
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.9
|
||||
FROM alpine:3.11
|
||||
|
||||
LABEL description="Airsonic is a free, web-based media streamer, providing ubiquitious access to your music." \
|
||||
url="https://github.com/airsonic/airsonic"
|
||||
|
@ -16,8 +16,7 @@ RUN apk --no-cache add \
|
|||
ttf-dejavu \
|
||||
ca-certificates \
|
||||
tini \
|
||||
curl \
|
||||
openjdk8-jre
|
||||
openjdk11-jre
|
||||
|
||||
COPY run.sh /usr/local/bin/run.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue