1
0
Fork 0

Keep in 3.11
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
nemunaire 2023-10-15 01:19:12 +02:00
parent 38b5b1eabd
commit ac432fabcc
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: build
image: python:alpine
image: python:3.11-alpine
commands:
- pip install --no-cache-dir -r requirements.txt
- pip install .
@ -35,7 +35,7 @@ platform:
steps:
- name: build
image: python:alpine
image: python:3.11-alpine
commands:
- pip install --no-cache-dir -r requirements.txt
- pip install .

View File

@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3.11-alpine
WORKDIR /usr/src/app