Skip to content

Commit

Permalink
fix: use java 21 in Dockerfile (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
olenagerasimova authored Dec 27, 2023
1 parent 5641056 commit 924000d
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
@@ -1,7 +1,7 @@
# The MIT License (MIT) Copyright (c) 2022 artipie.com
# https://github.com/artipie/front/LICENSE.txt

FROM openjdk:17-oracle
FROM openjdk:21-oracle
ARG JAR_FILE
ENV JVM_OPTS=""

Expand Down

0 comments on commit 924000d

Please sign in to comment.