Skip to content

Commit

Permalink
Fixed docker launcher reference
Browse files Browse the repository at this point in the history
Signed-off-by: Nicola Timeus <[email protected]>
  • Loading branch information
nicolatimeus committed Jan 13, 2025
1 parent fececf3 commit fb6c3e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY --from=kura_base /kura-install/kura_*_docker-x86_64-nn_installer.sh /kura-i

ENV \
KURA_DIR=/opt/eclipse/kura \
LAUNCHER_VERSION="1.6.900.v20240613-2009"
LAUNCHER_VERSION="1.6.900"



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY --from=kura_base /kura-install/kura_*_docker-x86_64-nn_installer.sh /kura-i
ENV \
KURA_DIR=/opt/eclipse/kura \
SKIP_JAVA_VERSION_CHECK=true \
LAUNCHER_VERSION="1.6.900.v20240613-2009"
LAUNCHER_VERSION="1.6.900"

RUN true && \
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
Expand Down

0 comments on commit fb6c3e1

Please sign in to comment.