python version avoid vulnerabilities
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m26s

This commit is contained in:
2025-02-03 03:22:55 +00:00
parent 58fa7569ff
commit 6072f79697

View File

@ -1,5 +1,5 @@
# Use the official Python image as a base image # Use the official Python image as a base image
FROM python:3.9-slim FROM python:3-slim
# Set the working directory in the container # Set the working directory in the container
WORKDIR /app WORKDIR /app