Merge pull request #2 from cupcakearmy/dependabot/docker/python-3.11-alpine

Bump python from 3.10-alpine to 3.11-alpine
This commit is contained in:
Nicco 2022-12-09 17:44:54 +01:00 committed by GitHub
commit 45346502c7
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