Skip to content

Commit 7f73fa9

Browse files
Bump to PYTHON_EXACT_VERSION=3.11.11 (#1437)
1 parent 189f3e4 commit 7f73fa9

File tree

1 file changed

+1
-1
lines changed
  • public_dropin_notebook_environments/python311_notebook_base

1 file changed

+1
-1
lines changed

public_dropin_notebook_environments/python311_notebook_base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ARG GID=10101
3333
# microdnf repoquery python3*
3434
# ```
3535
ARG PYTHON_VERSION=3.11
36-
ARG PYTHON_EXACT_VERSION=3.11.9
36+
ARG PYTHON_EXACT_VERSION=3.11.11
3737

3838
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5 AS base
3939
# some globally required dependencies

0 commit comments

Comments
 (0)