1
0
Fork 0
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:
François-Xavier Thomas 2020-04-14 20:03:40 +02:00
parent ed8b342c0d
commit a453a44a80

View file

@ -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