Skip to content

Commit

Permalink
Issue 57 : fixing vscode vulnerabilities (#58)
Browse files Browse the repository at this point in the history
* Issue 57 : fixing vscode vulnerabilities
  • Loading branch information
tquiviger authored Jun 18, 2021
1 parent 1d34852 commit ab5a787
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions technologies/app/vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# VS Code

![Docker Image Size (tag)](https://img.shields.io/docker/image-size/saagie/vscode-server/3.9.3?label=v3.9.3%20image%20size&style=for-the-badge)

## Description
This directory contains a VsCode server contenairized and customized for Saagie Platform.
See Vscode server official documentation for more information https://code.visualstudio.com/docs/
Expand Down
6 changes: 3 additions & 3 deletions technologies/app/vscode/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ icon: vscode
backgroundColor: "#3EAAF2"
customFlags: []
contexts:
- id: vscode-3.9.0
label: VsCode 3.9.0
- id: vscode-3.9.3
label: VsCode 3.9.3
releaseNotes: ""
available: true
trustLevel: experimental
Expand All @@ -22,4 +22,4 @@ contexts:
volumes: ["/config/workspace"]
dockerInfo:
image: saagie/vscode-server
version: 3.9
version: 3.9.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/code-server:version-v3.9.0
FROM ghcr.io/linuxserver/code-server:version-v3.9.3

USER root

Expand Down
6 changes: 3 additions & 3 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version.buildmeta=
version.buildmeta=bug/57-vscode-vulnerabilites
version.major=0
version.minor=18
version.patch=0
version.prerelease=
version.semver=0.18.0
version.prerelease=BETA
version.semver=0.18.0-BETA+bug/57-vscode-vulnerabilites

0 comments on commit ab5a787

Please sign in to comment.