Commit Graph

2 Commits

Author SHA1 Message Date
snyk-bot 6837fbe960 fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547135
- https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-9712315
- https://snyk.io/vuln/SNYK-DEBIAN12-LIBCAP2-8732577
- https://snyk.io/vuln/SNYK-DEBIAN12-LIBGCRYPT20-1550206
2025-05-15 07:54:33 +00:00
Christian Krakau-Louis 46bf8705d6 Add initial setup for Dockerized application
- Added GitHub Actions workflow for building Docker images (.github/workflows/docker-image.yml)
- Created Dockerfile for containerizing the application
- Implemented main application logic in app.py
- Added requirements.txt for managing Python dependencies
2025-03-27 15:16:12 +01:00