Skip to content

Commit

Permalink
Merge pull request #21 from AckeeDevOps/feature/update-deps
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
beranm14 authored Mar 11, 2024
2 parents f312797 + f5838f0 commit 8266b30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.2.0] - 2024-03-11
### Upgraded
- Node, nvm and Danger

## [v2.1.0] - 2024-02-23
### Add
- env variable to make Dependency-Check plugin work
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ ENV PATH="${PATH}:/opt/google-cloud-sdk/bin/"

# nvm environment variables
ENV NVM_DIR=/usr/local/nvm \
NODE_VERSION=12.2.0
NODE_VERSION=20.11.1

# install nvm
# https://github.com/creationix/nvm#install-script
RUN mkdir $NVM_DIR && \
curl --silent -o- https://raw.githubusercontent.com/creationix/nvm/v0.37.2/install.sh | bash
curl --silent -o- https://raw.githubusercontent.com/creationix/nvm/v0.39.7/install.sh | bash

RUN source $NVM_DIR/nvm.sh && \
nvm install $NODE_VERSION && \
Expand All @@ -79,7 +79,7 @@ RUN apt-get update && apt-get install -y \
make

# install danger-js which is needed for danger-kotlin to work
RUN npm install -g danger@11.2.6
RUN npm install -g danger@11.3.1

# install kotlin compiler
RUN curl -o kotlin-compiler.zip -L https://github.com/JetBrains/kotlin/releases/download/v1.8.21/kotlin-compiler-1.8.21.zip && \
Expand Down

0 comments on commit 8266b30

Please sign in to comment.