Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Switch to ibm-semeru-runtimes jre
Browse files Browse the repository at this point in the history
  • Loading branch information
swissbuechi committed Jan 10, 2023
1 parent 58abee2 commit ab31c65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
RUN rm -rf src/main/resources/application.properties
RUN mvn clean package -DskipTests=true

FROM eclipse-temurin:17-jre-alpine
FROM ibm-semeru-runtimes:open-17-jre
LABEL maintainer="github.com/swissbuechi"
WORKDIR /app
ENV TZ=Europe/Zurich
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.example</groupId>
<artifactId>spring-native-demo</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.7-SNAPSHOT</version>
<name>spring-native-demo</name>
<description>Demo project for Spring Native</description>
<properties>
Expand Down

0 comments on commit ab31c65

Please sign in to comment.