diff options
author | Marko Bausch <60338487+mrkbac@users.noreply.github.com> | 2023-01-05 20:27:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-05 20:27:12 +0300 |
commit | c546f4bf8c462247c954ee3b549e63db2fc687dd (patch) | |
tree | c9e2581be226eaee27d0f2444eed4de62b6ae6d0 /src/desktop-lite/devcontainer-feature.json | |
parent | ef192bf4677f35c18d9f0812ed2902a682c7bdeb (diff) |
desktop-lite: fixed qemu container (#370)
* desktop-lite: fixed qemu container
* bump version for desktop-lite
Diffstat (limited to 'src/desktop-lite/devcontainer-feature.json')
-rw-r--r-- | src/desktop-lite/devcontainer-feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-lite/devcontainer-feature.json b/src/desktop-lite/devcontainer-feature.json index e033386..84c99db 100644 --- a/src/desktop-lite/devcontainer-feature.json +++ b/src/desktop-lite/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "desktop-lite", - "version": "1.0.6", + "version": "1.0.7", "name": "Light-weight Desktop", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/desktop-lite", "description": "Adds a lightweight Fluxbox based desktop to the container that can be accessed using a VNC viewer or the web. GUI-based commands executed from the built-in VS code terminal will open on the desktop automatically.", |