chg docker img for deployment

This commit is contained in:
Grégory Lebreton 2023-01-02 23:22:19 +01:00
parent 558c4a8bc3
commit 58bac4119e

View File

@ -1,5 +1,5 @@
#image: python:3.9.2-alpine
image: python
image: python:3.9.16-slim-bullseye
before_script:
- apk update && apk add git