Skip to content

Commit

Permalink
fix: upgrade openjdk version in intermediate stage
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Feb 12, 2024
1 parent 56cff42 commit 6374cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -74,7 +74,7 @@ ARG JAVA_MINIMAL
ARG JDEPS_EXTRA

WORKDIR "${FUSEKI_HOME}"
RUN apk add --no-cache openjdk16
RUN apk add --no-cache openjdk21

COPY --from=builder "${FUSEKI_HOME}" "${FUSEKI_HOME}"
COPY --from=builder /tmp/jdeps /tmp/jdeps
Expand Down

0 comments on commit 6374cd2

Please sign in to comment.