Skip to content

Commit

Permalink
ENG-5316: Jump to java 17 version
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeniosant committed Nov 16, 2023
1 parent 72c715a commit 527bfef
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 527bfef

Please sign in to comment.