Skip to content

Commit

Permalink
update packages version and python-alpine image, README
Browse files Browse the repository at this point in the history
  • Loading branch information
memphis-tools committed Aug 9, 2024
1 parent 02760c8 commit d3135e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
![Screenshot](https://img.shields.io/badge/circleci--blue?logo=circleci&logoColor=yellow)
![Screenshot](https://img.shields.io/badge/coveralls--blue?logo=coveralls&logoColor=yellow)
[![Coverage Status](https://coveralls.io/repos/github/memphis-tools/dummy_django_app_on_render/badge.svg?branch=main)](https://coveralls.io/github/memphis-tools/dummy_django_app_on_render?branch=main)
[![CircleCI]()](https://dl.circleci.com/status-badge/redirect/gh/memphis-tools/dummy_django_app_on_render/tree/main)

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/memphis-tools/dummy_django_app_on_render/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/memphis-tools/dummy_django_app_on_render/tree/main)

# DUMMY APP FOR LEARNING PURPOSES

Expand Down
2 changes: 1 addition & 1 deletion dummy_django_blog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13.0b4-alpine3.20
FROM python:3.12.5-alpine3.19

RUN mkdir -p /home/dummy-operator; \
addgroup -S dummy-operator; \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">3.11,<3.13"
django = ">4.2.0"
django = ">5.0.7"
gunicorn = "^22.0.0"
pillow = "^10.4.0"
django-bootstrap-icons = "^0.9.0"
Expand Down

0 comments on commit d3135e1

Please sign in to comment.