(security fix) - update base image for all docker images to python:3.13.1-slim (#7388)

* update base image for all docker files

* remove unused files

* fix sec vuln
This commit is contained in:
Ishaan Jaff 2024-12-23 16:20:47 -08:00 committed by GitHub
parent d883241b36
commit 564ecc728d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 5 additions and 328 deletions

View file

@ -1,5 +1,5 @@
# Use the specific Node.js v20.11.0 image
FROM node:20.18.1
FROM node:20.18.1-alpine3.20
# Set the working directory inside the container
WORKDIR /app