File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-c"]
5
5
6
6
# Install build dependencies
7
7
RUN dnf update -y && \
8
- dnf install -y gcc make bison flex automake autoconf diffutils gettext java-11 -openjdk-devel gzip tar && \
8
+ dnf install -y gcc make bison flex automake autoconf diffutils gettext java-21 -openjdk-devel gzip tar && \
9
9
dnf clean all
10
10
11
11
# Install sbt
@@ -45,7 +45,7 @@ SHELL ["/bin/bash", "-c"]
45
45
46
46
# Install only runtime dependencies
47
47
RUN dnf update -y && \
48
- dnf install -y java-11 -openjdk-headless && \
48
+ dnf install -y java-21 -openjdk-devel && \
49
49
dnf clean all
50
50
51
51
# Copy installed files from builder
@@ -75,4 +75,4 @@ ADD ocesql4j_sample /root/ocesql4j_sample
75
75
76
76
WORKDIR /root/
77
77
78
- CMD ["/bin/bash" ]
78
+ CMD ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments