From 10b6c26d78448503fb4f515db9c9b2ad02302567 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Thu, 1 Dec 2016 15:32:59 -0800 Subject: [PATCH] Run update.sh --- sourcemage/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sourcemage/README.md b/sourcemage/README.md index 66f3b7495..087c9116c 100644 --- a/sourcemage/README.md +++ b/sourcemage/README.md @@ -25,7 +25,7 @@ $ docker run -it sourcemage or ```shell -$ docker run -it sourcemage:0.61 +$ docker run -it sourcemage:0.62 ``` --- @@ -33,7 +33,7 @@ $ docker run -it sourcemage:0.61 # Notes - in order to get the full benefit of [castfs](https://sourcemage.org/castfs) you need additional flags (`--device /dev/fuse --cap-add SYS_ADMIN`) for access to `/dev/fuse` device within a container, but you've been warned because there are security implications to granting such capabilities/privileges to the container; otherwise [installwatch](https://sourcemage.org/installwatch) will be used -- `0.61` indicates the grimoire version this image is based on, otherwise `latest` will be pulled +- `0.62` indicates the grimoire version this image is based on, otherwise `latest` will be pulled # License