Skip to content

Commit

Permalink
Update jdk version 11 to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
aranabhat committed Apr 19, 2024
1 parent 91289c5 commit 63563a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN curl -sSLo /${JMXEX_JAR_NAME} ${JMXEX_URL}
#
FROM alpine:3 as pkg_base

RUN apk add --no-cache --upgrade openjdk11 bash git docker make
RUN apk add --no-cache --upgrade openjdk21 bash git docker make

#
# construct swarm agent runtime
Expand Down

0 comments on commit 63563a2

Please sign in to comment.