Skip to content

Commit

Permalink
Update Python to 3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Feb 18, 2023
1 parent 594da0e commit 2aca3c3
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 @@ -24,7 +24,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

#### Languages and services

- Update `Python` to `3.11.1`
- Update `Python` to `3.11.2`
- Update `Node` to `18.10.0`
- Update `Postgres` to `15.1`
- Update `Redis` to `7.0.8`
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.11.1-slim-bullseye AS app
FROM python:3.11.2-slim-bullseye AS app
LABEL maintainer="Nick Janetakis <nick.janetakis@gmail.com>"

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 2.2.3 and Python 3.11.1**. The screenshot doesn't get
**This app is using Flask 2.2.3 and Python 3.11.2**. 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 2aca3c3

Please sign in to comment.