Skip to content

Commit

Permalink
start-gretl.sh: use tagged version
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales authored May 6, 2024
1 parent 90d602f commit da226d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtimeImage/start-gretl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ docker run -i --rm \
--network="host" \
-v "$job_directory":/home/gradle/project \
--user $UID \
sogis/gretl "-c" \
"/usr/local/bin/run-jnlp-client > /dev/null 2>&1;cd /home/gradle/project;$gretl_cmd"
sogis/gretl:2.4 "-c" \
"/usr/local/bin/run-jnlp-client > /dev/null 2>&1;cd /home/gradle/project;$gretl_cmd"

0 comments on commit da226d0

Please sign in to comment.