We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c5df51 commit 8a3c1a3Copy full SHA for 8a3c1a3
2 files changed
Dockerfile
@@ -1,6 +1,6 @@
1
# Note: This should be run, once Maven has build correctly the target directory.
2
3
-FROM rockylinux:8
+FROM rockylinux:8.6
4
5
RUN dnf -y update
6
pom.xml
@@ -13,8 +13,8 @@
13
14
<properties>
15
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16
- <maven.compiler.source>11</maven.compiler.source>
17
- <maven.compiler.target>11</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
18
</properties>
19
20
<!-- To check newer version of the dependencies, run the following: -->
0 commit comments