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"]
55
66# Install build dependencies
77RUN 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 && \
99 dnf clean all
1010
1111# Install sbt
@@ -45,7 +45,7 @@ SHELL ["/bin/bash", "-c"]
4545
4646# Install only runtime dependencies
4747RUN dnf update -y && \
48- dnf install -y java-11 -openjdk-headless && \
48+ dnf install -y java-21 -openjdk-devel && \
4949 dnf clean all
5050
5151# Copy installed files from builder
@@ -75,4 +75,4 @@ ADD ocesql4j_sample /root/ocesql4j_sample
7575
7676WORKDIR /root/
7777
78- CMD ["/bin/bash" ]
78+ CMD ["/bin/bash" ]
You can’t perform that action at this time.
0 commit comments