Skip to content

Commit 78e72b6

Browse files
authored
fix: Dockerfile to reduce vulnerabilities (#120)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-TAR-5696683 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681241 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681241 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681177 - https://snyk.io/vuln/SNYK-DEBIAN13-GLIBC-5681177 Co-authored-by: snyk-io[bot] <141718529+snyk-io[bot]@users.noreply.github.com>
1 parent e6f9fd8 commit 78e72b6

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
@@ -19,7 +19,7 @@ ENV NODE_ENV=production
1919
# Run app when the container launches
2020
CMD ["npm", "start"]
2121
# Use an official Python runtime as a parent image
22-
FROM python:3.9-slim
22+
FROM python:3.14.2-slim
2323

2424
# Set the working directory in the container
2525
WORKDIR /app

0 commit comments

Comments
 (0)