Update to Isabelle 2020.
lh-docker/lh-docker-isabelle/master There was a failure building this commit Details
lh-docker/lh-docker-isabelle/pipeline/head There was a failure building this commit Details

This commit is contained in:
Achim D. Brucker 2020-05-03 15:04:08 +01:00
parent d8863b054c
commit b761d788a8
1 changed files with 2 additions and 2 deletions

View File

@ -27,11 +27,11 @@
set -e
VERSION=${1:-2019}
VERSION=${1:-2020}
SESSIONS=${2:-"HOL"}
DOCKERUID=${3:-`id -u`}
LATEST="2019"
LATEST="2020"
# Generate base image
docker build -t logicalhacking/debian4isabelle debian4isabelle