Skip to content

Commit aa5ba9b

Browse files
authored
Update Dockerfile
1 parent 6c49b39 commit aa5ba9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

images/common/services/jenkins/export/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY --from=spryker-jenkins-boilerplate /usr/share/jenkins/jenkins-cli.jar /usr/
1414
RUN bash -c 'if [ ! -z "$(which apk)" ]; then apk --no-cache add \
1515
curl \
1616
bash \
17-
openjdk17 \
17+
openjdk21 \
1818
ttf-dejavu \
1919
gettext \
2020
jq && \
@@ -29,7 +29,7 @@ RUN bash -c 'if [ ! -z "$(which apt)" ]; then apt update -y && \
2929
apt update -y && apt install -y \
3030
curl \
3131
bash \
32-
openjdk-17-jdk \
32+
openjdk-21-jdk \
3333
fonts-dejavu \
3434
gettext \
3535
jq \

0 commit comments

Comments
 (0)