update to python 3.10

This commit is contained in:
grillazz
2021-11-27 09:23:15 +01:00
parent c5da373db0
commit c4557407dc
3 changed files with 269 additions and 230 deletions

View File

@@ -1,5 +1,5 @@
# Pull base image
FROM python:3.9-slim-buster as builder
FROM python:3.10-slim-buster as builder
# Set environment variables
WORKDIR /pipfiles