Skip to content

Commit 924000d

Browse files
fix: use java 21 in Dockerfile (#126)
1 parent 5641056 commit 924000d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The MIT License (MIT) Copyright (c) 2022 artipie.com
22
# https://github.com/artipie/front/LICENSE.txt
33

4-
FROM openjdk:17-oracle
4+
FROM openjdk:21-oracle
55
ARG JAR_FILE
66
ENV JVM_OPTS=""
77

0 commit comments

Comments
 (0)