Skip to content

Commit

Permalink
Merge pull request #51 from catenax-ng/vulnerability-fix
Browse files Browse the repository at this point in the history
[Fix|sde-frontend] build image security fixed v2.3.3
  • Loading branch information
scherersebastian authored Dec 6, 2023
2 parents cffca8c + e3a9ad1 commit b4e0c10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Simple Data Exchanger Frontend.

## [2.3.3] - 2023-12-06
### Changed
- build base image security fix.

## [2.3.2] - 2023-12-01
### Changed
- Bumped version to 2.3.2 for helm charts to match with backend release.
Expand Down Expand Up @@ -225,7 +229,8 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
- Compliance with Catena-X Guidelines
- Integration with Digital Twin registry service.

[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.2...main
[unreleased]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.3...main
[2.3.3]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.2...v2.3.3
[2.3.2]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend/compare/v2.1.1...v2.3.0
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# SPDX-License-Identifier: Apache-2.0
################################################################################
# => Build container
FROM node:18.12.1-alpine3.15 as builder
FROM node:18.19.0-alpine3.18 as builder

WORKDIR /app

Expand Down

0 comments on commit b4e0c10

Please sign in to comment.