Skip to content

Commit

Permalink
Update Python to 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Dec 13, 2024
1 parent 07a02be commit 3d356b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Languages and services

- Update `Python` to `3.13.0`
- Update `Python` to `3.13.1`
- Update `Postgres` to `17.2`
- Update `Redis` to `7.4.1`

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CMD ["bash"]

###############################################################################

FROM python:3.13.0-slim-bookworm AS app
FROM python:3.13.1-slim-bookworm AS app
LABEL maintainer="Nick Janetakis <[email protected]>"

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ practices](https://nickjanetakis.com/blog/best-practices-around-production-ready
based on building and deploying dozens of assorted Dockerized web apps since
late 2014.

**This app is using Flask 3.1.0 and Python 3.13.0**. The screenshot doesn't get
**This app is using Flask 3.1.0 and Python 3.13.1**. The screenshot doesn't get
updated every time I bump the versions:

[![Screenshot](.github/docs/screenshot.jpg)](https://github.com/nickjj/docker-flask-example/blob/main/.github/docs/screenshot.jpg?raw=true)
Expand Down

0 comments on commit 3d356b8

Please sign in to comment.