Skip to content

Commit 5e326a7

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7413532
1 parent 8863f1b commit 5e326a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Use an official node image
3-
FROM node:lts-alpine
3+
FROM node:20.15.1-alpine3.20
44

55
RUN set -xe \
66
&& apk add --no-cache bash git openssh \

0 commit comments

Comments
 (0)