upgrade to python 3.11.5

This commit is contained in:
shibao 2023-09-18 17:05:38 -04:00
parent f562e264e2
commit 8186ed8766
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
python 3.11.1 python 3.11.5

View File

@ -1,4 +1,4 @@
FROM python:3.11.1-alpine3.17 FROM python:3.11.5-alpine
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . . COPY . .