Skip to content

Commit

Permalink
Upgrade example docker image python version to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marteinn committed Dec 29, 2023
1 parent cceb38f commit 94482de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changed
### Fixed
- Fix invalid regex escape character causing a `SyntaxWarning` on Python 3.12 (@jorenham)
- Upgrade example docker image python version to 3.12 (@marteinn)

### Removed

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim
FROM python:3.12-slim
MAINTAINER Frojd
LABEL version="v0.1.0"

Expand Down

0 comments on commit 94482de

Please sign in to comment.