Skip to content

Commit

Permalink
chore(deps): bump python from 3.10.7-slim to 3.11.0-slim (#97)
Browse files Browse the repository at this point in the history
Bumps python from 3.10.7-slim to 3.11.0-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 2, 2022
1 parent 92817e0 commit 7d366a2
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.10.7-slim
FROM python:3.11.0-slim

LABEL org.opencontainers.image.source https://github.com/bowentan/glob-linters

Expand Down
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.7-slim
FROM python:3.11.0-slim

WORKDIR /glob-linters
COPY . .
Expand Down

0 comments on commit 7d366a2

Please sign in to comment.