mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
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-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-8352887
This commit is contained in:
parent
2fdc1e9723
commit
b451e8b20a
@ -1,4 +1,4 @@
|
||||
FROM python:3.12-slim-bookworm AS base
|
||||
FROM python:3.14.0a1-slim-bookworm AS base
|
||||
RUN apt-get update \
|
||||
&& apt-get upgrade -y \
|
||||
&& apt-get install -y --no-install-recommends curl git build-essential \
|
||||
|
Loading…
x
Reference in New Issue
Block a user