upgrade to python 3.11.1

This commit is contained in:
Nico Schottelius 2023-02-05 21:13:30 +01:00
commit 95dfe62858

View file

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