Skip to content

Commit 9d90915

Browse files
committed
chore(update): xxx - upgrade node:alpine version
1 parent e6f10dd commit 9d90915

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88
_**For better traceability add the corresponding GitHub issue number in each changelog entry, please.**_
99
## [UNRELEASED - DD.MM.YYYY]
1010
### Changed
11-
- #XXX Updated node:alpine 18 to 22 to fix cves
11+
- #XXX Updated node:alpine 18 to 20 to fix cves
1212
- #1070 Convert png to svg according to TRG 1.04 - Diagrams as code / Editable static files
1313
- #XXX updated Swagger-ui documentation
1414
- #XXX update IRS chart version from 7.3.1 to 7.4.0

frontend/DOCKER_NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ __Traceability-foss__
1717

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

2222

2323
- [nginxinc/nginx-unprivileged:alpine](https://github.com/nginxinc/docker-nginx)

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

2222
# Copy dependencies info
2323
COPY ./frontend/package.json ./frontend/yarn.lock ./

0 commit comments

Comments
 (0)