Skip to content

Commit 7444cbd

Browse files
authored
Switches deprecated openjdk base images in the examples (#909)
* switches deprecated openjdk base images in the examples * fixes typo
1 parent dae45e3 commit 7444cbd

File tree

2 files changed

+2
-2
lines changed
  • examples

2 files changed

+2
-2
lines changed

examples/BaSyxClient/basyx-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY pom.xml .
66
COPY src src
77
RUN mvn clean package -DskipTests
88

9-
FROM openjdk:17
9+
FROM eclipse-temurin:17
1010
ARG HTTP_PROXY
1111
ARG HTTPS_PROXY
1212
WORKDIR /app

examples/BaSyxOperationDelegation/exampleOperationService/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY src src
1212
RUN mvn clean package -DskipTests
1313

1414
# Stage 2: Runtime Stage
15-
FROM openjdk:17
15+
FROM eclipse-temurin:17
1616
ARG HTTP_PROXY
1717
ARG HTTPS_PROXY
1818
WORKDIR /app

0 commit comments

Comments
 (0)