We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae45e3 commit 7444cbdCopy full SHA for 7444cbd
2 files changed
examples/BaSyxClient/basyx-client/Dockerfile
@@ -6,7 +6,7 @@ COPY pom.xml .
6
COPY src src
7
RUN mvn clean package -DskipTests
8
9
-FROM openjdk:17
+FROM eclipse-temurin:17
10
ARG HTTP_PROXY
11
ARG HTTPS_PROXY
12
WORKDIR /app
examples/BaSyxOperationDelegation/exampleOperationService/Dockerfile
@@ -12,7 +12,7 @@ COPY src src
13
14
# Stage 2: Runtime Stage
15
16
17
18
0 commit comments