From a389a92276f22d570c5033bc964312b1d5b94eda Mon Sep 17 00:00:00 2001 From: Guido Sterbini <guido.sterbini@cern.ch> Date: Mon, 23 Aug 2021 13:36:56 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02052c..e60f1dc 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ docker run -it -u 0 -v /afs:/afs -v ~:/home/jovyan/local_host_home -p 8888:8888 where you can find the available $commit_tag at https://gitlab.cern.ch/abpcomputing/sandbox/be-abp-docker/container_registry/9443. Probably you want the latest tag. -**At the time of the writing (2021.05.07) the latest tag was 288bbf2a.** +**At the time of the writing (2021.08.23) the latest tag was 0cd55ff2.** In case you have Debian, Kostantinos Paraschou pointed out that one needs to add the argument `--security-opt apparmor:unconfined`, e.g.: ```bash -- GitLab