Skip to content

Commit

Permalink
Update verisons
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Aug 30, 2024
1 parent d2fa650 commit 172549d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian-slim.uber-jar
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM container-registry.oracle.com/graalvm/jdk:22 AS build
FROM container-registry.oracle.com/graalvm/jdk:21 AS build
COPY . /webserver
WORKDIR /webserver
RUN ./mvnw clean package
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.distroless-java-base.jlink
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM container-registry.oracle.com/graalvm/jdk:22 AS build
FROM container-registry.oracle.com/graalvm/jdk:21 AS build
COPY . /webserver
WORKDIR /webserver
RUN ./mvnw clean package
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>webserver</name>
<description>Demo project for Spring Boot</description>
<properties>
<java.version>21</java.version>
<java.version>17</java.version>
<start-class>com.example.webserver.WebserverApplication</start-class>
</properties>
<dependencies>
Expand Down

0 comments on commit 172549d

Please sign in to comment.