Skip to content

Commit

Permalink
switching to jdk11 arm32v7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSST committed Jul 16, 2023
1 parent e937ddf commit 82f7c16
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
@@ -1,4 +1,4 @@
FROM openjdk:11
FROM arm32v7/openjdk:11-jdk

EXPOSE 8080
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<description>Smart chicken farm for people who love their hens</description>

<properties>
<java.version>17</java.version>
<java.version>11</java.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 82f7c16

Please sign in to comment.