File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
4
# First layer: dependencies for the project, cached in the /root/.m2 directory
5
- FROM maven:3.6-jdk-11 as m2repo
5
+ FROM maven:3.8.6-eclipse-temurin-17 as m2repo
6
6
ARG MAVEN_OPTS
7
7
8
8
WORKDIR /project/
@@ -13,7 +13,7 @@ COPY wls-exporter-sidecar/pom.xml wls-exporter-sidecar/
13
13
RUN mvn -B -e -C org.apache.maven.plugins:maven-dependency-plugin:3.1.2:go-offline -Ddocker-build
14
14
15
15
# Now build the project on top of that first layer
16
- FROM maven:3.6-jdk-11 as build
16
+ FROM maven:3.8.6-eclipse-temurin-17 as build
17
17
ARG MAVEN_OPTS
18
18
19
19
WORKDIR /project/
@@ -26,7 +26,7 @@ RUN mvn -B -e -C install -Ddocker-build -DskipTests=true
26
26
27
27
FROM ghcr.io/oracle/oraclelinux:8-slim AS jre-build
28
28
29
- ENV JAVA_URL="https://download.java.net/java/GA/jdk18.0.1.1/65ae32619e2f40f3a9af3af1851d6e19/2 /GPL/openjdk-18.0.1.1_linux -x64_bin.tar.gz"
29
+ ENV JAVA_URL="https://download.java.net/java/GA/jdk18.0.2/f6ad4b4450fd4d298113270ec84f30ee/9 /GPL/openjdk-18.0.2_linux -x64_bin.tar.gz"
30
30
31
31
RUN set -eux; \
32
32
microdnf -y install gzip tar; \
You can’t perform that action at this time.
0 commit comments