Skip to content

Commit

Permalink
concord-agent-operator: use JDK 17 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov committed Nov 26, 2023
1 parent 6e5fa6a commit 949c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/agent-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG from_image=gcr.io/distroless/java:8
ARG from_image=gcr.io/distroless/java17
FROM $from_image

COPY target/operator.jar /operator.jar
Expand Down

0 comments on commit 949c4be

Please sign in to comment.