Update docker to python 3.11.1 (#174)

This commit is contained in:
Michael Manfre 2022-12-15 18:36:43 -05:00 committed by GitHub
parent bce7add2b4
commit 134bacd7ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
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}