Skip to content

Commit

Permalink
Merge pull request #17 from entando/ENG-5316
Browse files Browse the repository at this point in the history
ENG-5316 ENG-5347: Jump to java 17 version
  • Loading branch information
eugeniosant authored Jan 30, 2024
2 parents 72c715a + 527bfef commit 7687fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.6
ARG JAVA_PACKAGE=java-11-openjdk-headless
ARG JAVA_PACKAGE=java-17-openjdk-headless
ARG RUN_JAVA_VERSION=1.3.8
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' \
HOME=/deployments
Expand Down
2 changes: 1 addition & 1 deletion entando-project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ENTANDO_PRJ_NAME=entando-java-base
ENTANDO_PRJ_IMAGE_REGISTRY="registry.hub.docker.com"
ENTANDO_PRJ_IMAGE_NAME=entando-java-base
ENTANDO_PRJ_VERSION=11.0.3
ENTANDO_PRJ_VERSION=17.0.9
ENTANDO_PRJ_BUILD_COMMAND=.ent/enp-build.sh
ENTANDO_PRJ_BUILD_DIR_PATH=out
ENTANDO_PRJ_IMAGE_PUBLICATION_COMMAND=.ent/enp-publish.sh
Expand Down

0 comments on commit 7687fa5

Please sign in to comment.