use java 21
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2h34m29s
Some checks failed
Build Multiarch Container Image / call-reusable-workflow (push) Failing after 2h34m29s
This commit is contained in:
parent
70ed098d4a
commit
21b4d10829
@ -2,7 +2,7 @@ FROM docker.io/alpine:3.19 AS builder
|
|||||||
|
|
||||||
ENV VERSION=11.0.0-SNAPSHOT.20230217142243
|
ENV VERSION=11.0.0-SNAPSHOT.20230217142243
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
openjdk17-jdk \
|
openjdk21-jdk \
|
||||||
maven \
|
maven \
|
||||||
git
|
git
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ RUN apk add --no-cache \
|
|||||||
flac \
|
flac \
|
||||||
opus \
|
opus \
|
||||||
lame \
|
lame \
|
||||||
openjdk17-jre-headless
|
openjdk21-jre-headless
|
||||||
|
|
||||||
RUN addgroup -g 2222 airsonic
|
RUN addgroup -g 2222 airsonic
|
||||||
RUN adduser -h "$AIRSONIC_DIR" -S -D -u 2222 -G airsonic airsonic
|
RUN adduser -h "$AIRSONIC_DIR" -S -D -u 2222 -G airsonic airsonic
|
||||||
|
Loading…
Reference in New Issue
Block a user