Skip to content

Commit

Permalink
Revert Node.js
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@justice.gov.uk>
  • Loading branch information
jacobwoffenden committed Nov 4, 2024
1 parent 647bc94 commit 74ab647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV CONTAINER_USER="analyticalplatform" \
AWS_SSO_CLI_VERSION="1.17.0" \
MINICONDA_VERSION="24.9.2-0" \
MINICONDA_SHA256="8d936ba600300e08eca3d874dee88c61c6f39303597b2b66baee54af4f7b4122" \
NODE_LTS_VERSION="22.11.0" \
NODE_LTS_VERSION="20.18.0" \
CORRETTO_VERSION="1:21.0.5.11-1" \
DOTNET_SDK_VERSION="8.0.110-0ubuntu1~24.04.1" \
R_VERSION="4.4.2-1.2404.0" \
Expand Down
2 changes: 1 addition & 1 deletion test/container-structure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ commandTests:
- name: "node"
command: "node"
args: ["--version"]
expectedOutput: ["v22.11.0"]
expectedOutput: ["v20.18.0"]

- name: "corretto"
command: "java"
Expand Down

0 comments on commit 74ab647

Please sign in to comment.