Skip to content

Commit

Permalink
Bump python from 3.10 to 3.11
Browse files Browse the repository at this point in the history
Bumps python from 3.10 to 3.11.

---
updated-dependencies:
- dependency-name: python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2023
1 parent 86ca474 commit 332d050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# User guide build environment.
FROM python:3.10 AS user_guide_builder
FROM python:3.11 AS user_guide_builder

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 332d050

Please sign in to comment.