mirror of
https://github.com/jointakahe/takahe.git
synced 2025-06-05 02:08:49 +00:00
Update docker to python 3.11.1 (#174)
This commit is contained in:
parent
bce7add2b4
commit
134bacd7ba
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
ARG IMAGE_HOST=python
|
ARG IMAGE_HOST=python
|
||||||
ARG IMAGE_LABEL=3.11.0-slim-buster
|
ARG IMAGE_LABEL=3.11.1-slim-buster
|
||||||
|
|
||||||
FROM ${IMAGE_HOST}:${IMAGE_LABEL}
|
FROM ${IMAGE_HOST}:${IMAGE_LABEL}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue