Skip to content

Commit 3d356b8

Browse files
committed
Update Python to 3.13.1
1 parent 07a02be commit 3d356b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3737
LABEL maintainer="Nick Janetakis <[email protected]>"
3838

3939
WORKDIR /app

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
1414
based on building and deploying dozens of assorted Dockerized web apps since
1515
late 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
1818
updated 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)

0 commit comments

Comments
 (0)