Update to 3.11.0

This commit is contained in:
alexbelgium
2021-07-16 01:59:50 +02:00
parent aba75aabec
commit b26832b0a7
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 3.11.0 (16-07-2021)
- Update to latest version from linuxserver/docker-code-server
## 3.10.2 (22-05-2021)
- Update to latest version from linuxserver/docker-code-server

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.10.2"
ARG BUILD_UPSTREAM="3.11.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Install bashio

View File

@@ -1,7 +1,7 @@
{
"name": "VS code",
"version": "3.10.2",
"upstream": "3.10.2",
"version": "3.11.0",
"upstream": "3.11.0",
"slug": "code-server",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server#readme",