mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +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:
parent
5630196739
commit
bc73e3dbcf
@ -1,5 +1,5 @@
|
||||
# pull official base image
|
||||
FROM postgres:17.4-alpine
|
||||
FROM postgres:17.6-alpine
|
||||
|
||||
# run create.sql on init
|
||||
ADD create.sql /docker-entrypoint-initdb.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user