mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
fix: db/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-ICU-10691539 - https://snyk.io/vuln/SNYK-ALPINE321-ICU-10691539 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-10123178 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-10123179 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-9380738
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# pull official base image
|
# pull official base image
|
||||||
FROM postgres:17.4-alpine
|
FROM postgres:17.6-alpine
|
||||||
|
|
||||||
# run create.sql on init
|
# run create.sql on init
|
||||||
ADD create.sql /docker-entrypoint-initdb.d
|
ADD create.sql /docker-entrypoint-initdb.d
|
||||||
|
|||||||
Reference in New Issue
Block a user