Keep in 3.11
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
38b5b1eabd
commit
ac432fabcc
@ -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 .
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:alpine
|
||||
FROM python:3.11-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user