Skip to content

Commit

Permalink
set java version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrangelo authored Jul 4, 2023
1 parent b884e15 commit e9f09b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.GitHub
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PATH=$APP/.entando/ent/$ENTANDO_VERSION/cli/$ENT_VERSION/bin:$APP/.entando/b
ENTANDO_ENT_HOME=$APP/.entando/ent/$ENTANDO_VERSION/cli/$ENT_VERSION \
HOME=$APP

RUN apk add --no-cache openjdk11 maven perl git bash jq curl grep docker
RUN apk add --no-cache openjdk17 maven perl git bash jq curl grep docker

WORKDIR $APP

Expand Down

0 comments on commit e9f09b9

Please sign in to comment.