We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c49b39 commit aa5ba9bCopy full SHA for aa5ba9b
1 file changed
images/common/services/jenkins/export/Dockerfile
@@ -14,7 +14,7 @@ COPY --from=spryker-jenkins-boilerplate /usr/share/jenkins/jenkins-cli.jar /usr/
14
RUN bash -c 'if [ ! -z "$(which apk)" ]; then apk --no-cache add \
15
curl \
16
bash \
17
- openjdk17 \
+ openjdk21 \
18
ttf-dejavu \
19
gettext \
20
jq && \
@@ -29,7 +29,7 @@ RUN bash -c 'if [ ! -z "$(which apt)" ]; then apt update -y && \
29
apt update -y && apt install -y \
30
31
32
- openjdk-17-jdk \
+ openjdk-21-jdk \
33
fonts-dejavu \
34
35
jq \
0 commit comments