mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-13 11:52:45 +02:00
fix: Dockerfile.regtest to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061 - https://snyk.io/vuln/SNYK-DEBIAN13-IMAGEMAGICK-13615061
This commit is contained in:
parent
44385ca40c
commit
5e331487c8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# fork: https://github.com/fusion44/legend-regtest-enviroment
|
||||
# original: https://github.com/lnbits/legend-regtest-enviroment
|
||||
|
||||
FROM python:3.9
|
||||
FROM python:3.14.1
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue