Skip to content

Commit

Permalink
Use Java 17 for Spring base images
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Jan 6, 2025
1 parent d438883 commit 33a81cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/operator-test-spring/src/main/docker/Dir.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/java
FROM gcr.io/distroless/java17-debian12

ADD spring /spring

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/distroless/java
FROM gcr.io/distroless/java17-debian12

ADD ${project.artifactId}-${project.version}.jar /app/libs/${project.artifactId}-${project.version}.jar

Expand Down

0 comments on commit 33a81cf

Please sign in to comment.