Skip to content

Commit

Permalink
Bump Docker image to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
CBonnell committed Oct 25, 2023
1 parent 7604a41 commit e3c379d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project from version 0.9.3 onwards are documented in

- PrintableStringConstraintValidator should flag invalid characters in tagged PrintableStrings (#48)

### New features/enhancements

- Bump Docker image to Python 3.12 (#50)

## 0.9.5 - 2023-09-29

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.12-slim

LABEL authors="DigiCert, Inc."

Expand Down

0 comments on commit e3c379d

Please sign in to comment.