Skip to content

Commit c74407a

Browse files
committed
fix: projects/react/04_support_desk/backend/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6593964
1 parent 65dc78e commit c74407a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/react/04_support_desk/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:21.7.2-alpine3.18
1+
FROM node:21.7.3-alpine3.18
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)