Skip to content

Commit

Permalink
Merge pull request #113 from kbase/downgrade-py311
Browse files Browse the repository at this point in the history
downgrade Python base image to 3.11
  • Loading branch information
ialarmedalien authored Apr 24, 2024
2 parents 5f52488 + ef778c4 commit 54d96e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-slim-bookworm
FROM python:3.11-slim-bookworm

# These ARGs values are passed in via the docker build command
ARG BUILD_DATE
Expand Down
2 changes: 1 addition & 1 deletion release_notes/8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Base image debian version updated from bullseye to bookworm.

## Python
### Language version
Python has been updated from 3.10 -> 3.12.
Python has been updated from 3.10 -> 3.11.

### Package updates
All python package installation now occurs in the narrative repo.

0 comments on commit 54d96e3

Please sign in to comment.