Skip to content

Commit

Permalink
Merge pull request #302 from harry0703/dev
Browse files Browse the repository at this point in the history
update docker base image
  • Loading branch information
harry0703 committed Apr 22, 2024
2 parents bc45d4b + 3c5ef29 commit 5c0a905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM python:3.10-slim
FROM python:3.10-slim-bullseye

# Set the working directory in the container
WORKDIR /MoneyPrinterTurbo
Expand Down
2 changes: 1 addition & 1 deletion app/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def save_config():
project_name = _cfg.get("project_name", "MoneyPrinterTurbo")
project_description = _cfg.get("project_description",
"<a href='https://github.com/harry0703/MoneyPrinterTurbo'>https://github.com/harry0703/MoneyPrinterTurbo</a>")
project_version = _cfg.get("project_version", "1.1.3")
project_version = _cfg.get("project_version", "1.1.4")
reload_debug = False

imagemagick_path = app.get("imagemagick_path", "")
Expand Down

0 comments on commit 5c0a905

Please sign in to comment.