Skip to content

Commit

Permalink
frontend: bump toolchain versions in frontend build docker image (#2358)
Browse files Browse the repository at this point in the history
## Why?

Pipeline is failing due to outdated node version

https://gitlab.com/vmware-analytics/versatile-data-kit/-/jobs/4581027570

## What?

Bump node, npm, nvm, angular-cli and cypress versions in the frontend
docker image used for running CI jobs

## How was this tested?

Built docker image locally

## What kind of change is this?

Bugfix

Signed-off-by: Dilyan Marinov <[email protected]>
  • Loading branch information
DeltaMichael authored Jul 6, 2023
1 parent 764d0c1 commit e01a790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions projects/frontend/cicd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ RUN apt-get update && apt-get install -y \
openssl \
bash

ENV NVM_VERSION=0.39.1
ENV NODE_VERSION=16.15.0
ENV NPM_VERSION=8.10.0
ENV ANGULAR_CLI_VERSION=13.3.7
ENV CYPRESS_VERSION=9.7.0
ENV NVM_VERSION=0.39.3
ENV NODE_VERSION=18.12.0
ENV NPM_VERSION=9.7.2
ENV ANGULAR_CLI_VERSION=13.3.11
ENV CYPRESS_VERSION=12.16.0

# Install nvm for managing nodejs and install nodejs
RUN curl -fsSL -o nvm-install.sh https://raw.githubusercontent.com/nvm-sh/nvm/v${NVM_VERSION}/install.sh
Expand Down
2 changes: 1 addition & 1 deletion projects/frontend/cicd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1

0 comments on commit e01a790

Please sign in to comment.