We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae45e3 commit 80a76a1Copy full SHA for 80a76a1
2 files changed
examples/BaSyxClient/basyx-client/Dockerfile
@@ -1,12 +1,12 @@
1
-FROM maven:3.8.1-openjdk-17 AS build
+njdk:17FROM maven:3.8.1-openjdk-17 AS build
2
ARG HTTP_PROXY
3
ARG HTTPS_PROXY
4
WORKDIR /app
5
COPY pom.xml .
6
COPY src src
7
RUN mvn clean package -DskipTests
8
9
-FROM openjdk:17
+FROM eclipse-temurin:17
10
11
12
examples/BaSyxOperationDelegation/exampleOperationService/Dockerfile
@@ -12,7 +12,7 @@ COPY src src
13
14
# Stage 2: Runtime Stage
15
16
17
18
0 commit comments