From 901b30ec3bbc1866ae7e6ece3dc0d5e6f563d76c Mon Sep 17 00:00:00 2001 From: JP White Date: Tue, 3 Oct 2023 16:40:43 -0400 Subject: [PATCH] Bumping version of tools --- Dockerfile | 2 +- README.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index e702158..306a217 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 3d155cc..a4615a7 100644 --- a/README.md +++ b/README.md @@ -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