Bump python from 3.10-alpine to 3.11-alpine

Bumps python from 3.10-alpine to 3.11-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-09 16:35:31 +00:00 committed by GitHub
parent 29ecbb1ed8
commit 1208f9d546
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.11-alpine
# Install Poetry
RUN apk add --no-cache curl