mirror of
https://github.com/airsonic/airsonic.git
synced 2025-10-03 09:49:17 +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." \
|
LABEL description="Airsonic is a free, web-based media streamer, providing ubiquitious access to your music." \
|
||||||
url="https://github.com/airsonic/airsonic"
|
url="https://github.com/airsonic/airsonic"
|
||||||
|
@ -16,8 +16,7 @@ RUN apk --no-cache add \
|
||||||
ttf-dejavu \
|
ttf-dejavu \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tini \
|
tini \
|
||||||
curl \
|
openjdk11-jre
|
||||||
openjdk8-jre
|
|
||||||
|
|
||||||
COPY run.sh /usr/local/bin/run.sh
|
COPY run.sh /usr/local/bin/run.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue