Added docs

This commit is contained in:
Ard Kuijpers
2023-02-12 14:26:37 +01:00
parent 521881a81a
commit 1732181fbb
2 changed files with 34 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# For more information, please refer to https://aka.ms/vscode-docker-python
FROM python:3.9-slim as base
FROM python:3.11-slim as base
FROM base as builder
RUN apt-get update \