Compare commits

..

8 Commits

Author SHA1 Message Date
Richard Mwewa
fcc50414d8 Merge pull request #20 from beac0n5/master
python:3.13.0b1-slim update
2024-05-10 16:15:05 +02:00
beac0n5
d2500445a6 Merge pull request #7 from beac0n5/snyk-fix-021ecc390f3ff44c12b62f0637f0aa25
[Snyk] Security upgrade python from 3.13.0a3-slim to 3.13.0b1-slim
2024-05-10 11:10:20 +03:00
snyk-bot
8534379bff fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6617103
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673964
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6673964
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
2024-05-09 17:10:57 +00:00
beac0n5
d59120e36a Merge pull request #3 from beac0n5/snyk-fix-3eba116e1a3be88b45ae9bd2928b540e
[Snyk] Security upgrade python from 3.13.0a2-slim to 3.13.0a3-slim
2024-02-23 17:48:49 +02:00
snyk-bot
57205399ef fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210088
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098
- https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098
- https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159410
2024-02-23 15:47:59 +00:00
Richard Mwewa
e008865ea4 Merge pull request #19 from beac0n5/master
beac0n5/snyk-fix-ca83201806dc1f6d85c7c49df…
2024-01-17 18:14:52 +02:00
beac0n5
60321223fc Merge pull request #1 from beac0n5/snyk-fix-ca83201806dc1f6d85c7c49df0f95527
[Snyk] Security upgrade python from latest to 3.13.0a2-slim
2024-01-17 15:50:02 +02:00
snyk-bot
2ef931d3dd fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN12-AOM-6140324
- https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSH-1556053
- https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSH-6139205
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
- https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963
2024-01-17 13:49:54 +00:00

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM python:latest
FROM python:3.13.0b1-slim
WORKDIR /app