use java 21
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2h34m29s

This commit is contained in:
Sebastian Hugentobler 2023-12-14 11:34:26 +01:00
parent 70ed098d4a
commit 21b4d10829
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -2,7 +2,7 @@ FROM docker.io/alpine:3.19 AS builder
ENV VERSION=11.0.0-SNAPSHOT.20230217142243
RUN apk add --no-cache \
openjdk17-jdk \
openjdk21-jdk \
maven \
git
@ -27,7 +27,7 @@ RUN apk add --no-cache \
flac \
opus \
lame \
openjdk17-jre-headless
openjdk21-jre-headless
RUN addgroup -g 2222 airsonic
RUN adduser -h "$AIRSONIC_DIR" -S -D -u 2222 -G airsonic airsonic