Skip to content

Commit

Permalink
chore(deps): bump devcontainers/python in /.devcontainer
Browse files Browse the repository at this point in the history
Bumps devcontainers/python from 3.10-buster to 3.11-buster.

---
updated-dependencies:
- dependency-name: devcontainers/python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Realiserad committed Aug 31, 2024
1 parent 989e4b1 commit 787098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM albx79/what-bump:1.2.0 as what-bump

FROM mcr.microsoft.com/devcontainers/python:3.10-buster
FROM mcr.microsoft.com/devcontainers/python:3.11-buster

COPY requirements-dev.txt .

Expand Down

0 comments on commit 787098c

Please sign in to comment.