[SIS-xxx] fixing dependencies for docker packaging build

This commit is contained in:
Sheldan
2025-08-06 00:00:56 +02:00
parent 14d90722b7
commit 48c06cf370
6 changed files with 9 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ RUN $JAVA_HOME/bin/jlink \
--compress=2 \
--output /customjre
FROM alpine:3.21
FROM alpine:3.22.1
ENV JAVA_HOME=/jre
ENV PATH="${JAVA_HOME}/bin:${PATH}"