Skip to content

Commit

Permalink
Bumping version of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite3 committed Oct 3, 2023
1 parent 13060fe commit 901b30e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/jpwhite3/polyglot:latest

# CODER Installation
ENV CODER_VERSION 4.16.1
ENV CODER_VERSION 4.17.1
RUN \
mkdir -p /config/data /config/workspace \
&& curl -fOL https://github.com/cdr/code-server/releases/download/v${CODER_VERSION}/code-server_${CODER_VERSION}_amd64.deb \
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ _NOTE:_ The container image is quite large, and can be very resource intensive.

## Included Tools

| Ecosystem | Tools |
| ------------------- | ---------------------------------------------------- |
| Node == v16.14.2 | nvm == 0.39.1 |
| code-server == 4.13 | _various vscode plugins_ |
| Python == 3.10.4 | Poetry == 1.1.13 |
| Java == 18 | gradle == 7.4.2 |
| GO == 1.19 | |
| Dotnet == 6.0.300 | livingdoc |
| Linux Utilities | wget, curl, gpg, git, make, p7zip, vim, jq, xz-utils |
| Ecosystem | Tools |
| --------------------- | ---------------------------------------------------- |
| Node == 18.18.0 | nvm == 0.39.5, npm == 9.8.1 |
| code-server == 4.17.1 | _various vscode plugins_ |
| Python == 3.11.5 | Poetry == 1.1.13 |
| Java == 20.0.2 | gradle == 8.3, Maven == 3.8.7 |
| GO == 1.21.1 | |
| Dotnet == 6.0.122 | livingdoc |
| Linux Utilities | wget, curl, gpg, git, make, p7zip, vim, jq, xz-utils |

# Installations instructions

Expand Down

0 comments on commit 901b30e

Please sign in to comment.