Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency versions #682

Merged
merged 17 commits into from
Jan 7, 2025
Prev Previous commit
Next Next commit
Use Java 17 for Spring base images
  • Loading branch information
thegridman committed Jan 6, 2025
commit 33a81cf840774ec808267e1dea220622f73bb27c
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
Loading