File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1717
1818#### Languages and services
1919
20- - Update ` Python ` to ` 3.13.0 `
20+ - Update ` Python ` to ` 3.13.1 `
2121- Update ` Postgres ` to ` 17.2 `
2222- Update ` Redis ` to ` 7.4.1 `
2323
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ CMD ["bash"]
3333
3434# ##############################################################################
3535
36- FROM python:3.13.0 -slim-bookworm AS app
36+ FROM python:3.13.1 -slim-bookworm AS app
3737LABEL maintainer=
"Nick Janetakis <[email protected] >" 3838
3939WORKDIR /app
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
1414based on building and deploying dozens of assorted Dockerized web apps since
1515late 2014.
1616
17- ** This app is using Flask 3.1.0 and Python 3.13.0 ** . The screenshot doesn't get
17+ ** This app is using Flask 3.1.0 and Python 3.13.1 ** . The screenshot doesn't get
1818updated every time I bump the versions:
1919
2020[ ![ Screenshot] ( .github/docs/screenshot.jpg )] ( https://github.com/nickjj/docker-flask-example/blob/main/.github/docs/screenshot.jpg?raw=true )
You can’t perform that action at this time.
0 commit comments