Skip to content

Commit

Permalink
Merge branch 'main' into faster-trashcan
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored Jan 15, 2024
2 parents 53292ba + 9525bdf commit 9545e78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dear

RUN apt-get update && \
apt-get install -y --no-install-recommends \
nodejs && \
nodejs npm && \
rm -rf /var/lib/apt/lists/*

COPY . /source
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gsa",
"version": "22.9.2-dev1",
"version": "23.0.1-dev1",
"description": "Greenbone Security Assistant",
"keywords": [
"openvas",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const getMajorMinorVersion = () => {
return `${major}.${minor}`;
};

export const VERSION = '22.9.2-dev1';
export const VERSION = '23.0.1-dev1';

export const RELEASE_VERSION = getMajorMinorVersion();

Expand Down

0 comments on commit 9545e78

Please sign in to comment.