Skip to content

Commit

Permalink
Update Dockerfile.j2 for java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Murugesan-30795 authored Dec 18, 2023
1 parent 0d83b51 commit ab8b746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dockerfiles/ubuntu/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add --no-cache gawk unzip curl busybox-extras
{% include 'install.j2' %}
{% endif %}

FROM docker.usw2mgt.dev.digitalai.cloud/dai-java:11-jdk
FROM docker.usw2mgt.dev.digitalai.cloud/dai-java:17-jdk
USER root

{% include 'metadata.j2' %}
Expand Down

0 comments on commit ab8b746

Please sign in to comment.