Skip to content

Commit

Permalink
chore(update): xxx - upgrade node:alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed Jul 26, 2024
1 parent dc1179f commit e6f10dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
_**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_
## [UNRELEASED - DD.MM.YYYY]
### Changed
- #XXX Updated node:alpine 18 to 22 to fix cves
- #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files
- #XXX updated Swagger-ui documentation
- #XXX update IRS chart version from 7.3.1 to 7.4.0
Expand Down
4 changes: 2 additions & 2 deletions frontend/DOCKER_NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ __Traceability-foss__

**Used base image**

- [node:18-alpine](https://github.com/nodejs/docker-node)
- [node:22-alpine](https://github.com/nodejs/docker-node)
- Official Node DockerHub page: https://hub.docker.com/_/node/
- Dockerfile: https://github.com/nodejs/docker-node/blob/main/18/alpine3.18/Dockerfile
- Dockerfile: https://github.com/nodejs/docker-node/tree/main/22/alpine3.20/Dockerfile


- [nginxinc/nginx-unprivileged:alpine](https://github.com/nginxinc/docker-nginx)
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

# Nonroot user is not needed beause we are using the "nginx-unprivileged" image
# STAGE 1: Build
FROM node:18-alpine AS builder
FROM node:22-alpine AS builder

# Copy dependencies info
COPY ./frontend/package.json ./frontend/yarn.lock ./
Expand Down

0 comments on commit e6f10dd

Please sign in to comment.