Skip to content

Commit

Permalink
Bump python from 3.11 to 3.12 in /device/.devcontainer
Browse files Browse the repository at this point in the history
Bumps python from 3.11 to 3.12.

---
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] committed Jan 3, 2024
1 parent 8705828 commit 738516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion device/.devcontainer/devcontainer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
#-------------------------------------------------------------------------------------------------------------

FROM python:3.11 as dev-stage
FROM python:3.12 as dev-stage

# Avoid warnings by switching to noninteractive
ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 738516f

Please sign in to comment.