Update python version in Dockerfile
This commit is contained in:
parent
2da33f3168
commit
03d577918c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9.6-alpine3.14 as base
|
||||
FROM python:3.10-alpine as base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue