Skip to content

Commit

Permalink
Merge pull request #409 from monostream/update/vscode
Browse files Browse the repository at this point in the history
Update dependencies for update/vscode
  • Loading branch information
mdnix authored Jul 10, 2024
2 parents 0820ad3 + a57f4e2 commit 90869d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vscode/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8

# Code Server
ENV CODE_SERVER_VERSION="4.90.3"
ENV CODE_SERVER_VERSION="4.91.0"
RUN curl -fOL https://github.com/cdr/code-server/releases/download/v${CODE_SERVER_VERSION}/code-server_${CODE_SERVER_VERSION}_amd64.deb \
&& apt-get update -qq && apt-get install -qq -y --no-install-recommends \
./code-server_${CODE_SERVER_VERSION}_amd64.deb \
Expand Down
6 changes: 6 additions & 0 deletions charts/vscode/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.30

Published on 10 July 2024

- Code Server from v4.90.3 to v4.91.0

# 0.1.29

Published on 2 July 2024
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"provider": "github-tags",
"name": "Code Server",
"repo": "cdr/code-server",
"currentTag": "v4.90.3",
"currentTag": "v4.91.0",
"allowPrerelease": false,
"envVar": "CODE_SERVER_VERSION"
},
Expand Down

0 comments on commit 90869d1

Please sign in to comment.