upgrade to python 3.11.1

This commit is contained in:
Nico Schottelius 2023-02-05 21:13:30 +01:00
parent 05eea37349
commit 95dfe62858
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# #
# While trying to install python-ldap # While trying to install python-ldap
FROM python:3.10.0-alpine3.15 FROM python:3.11.1-alpine3.17
WORKDIR /usr/src/app WORKDIR /usr/src/app