From 63f35489cc97454cb68e83324418834f4d438881 Mon Sep 17 00:00:00 2001 From: "ryan.kuba" Date: Wed, 23 Aug 2023 15:06:38 -0400 Subject: [PATCH] bump versions in Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7732615..e8c6a29 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It has a few core principles: version: "2.1" services: kasm: - image: kasmweb/workspaces:1.13.0 + image: kasmweb/workspaces:1.14.0 privileged: true container_name: kasm environment: @@ -51,7 +51,7 @@ docker run -d \ -v /path/to/profiles:/profiles `#optional` \ -v /dev/input:/dev/input `#optional` \ -v /run/udev/data:/run/udev/data `#optional` \ - kasmweb/workspaces:1.13.0 + kasmweb/workspaces:1.14.0 ``` | Parameter | Function | @@ -71,7 +71,7 @@ docker run -d \ | Tag | Description | | :----: | --- | -| 1.13.0 | Latest stable release | +| 1.14.0 | Latest stable release | | develop | Development head | | Architecture | Tag |