basic rapid integration testing

This commit is contained in:
Ross
2023-01-23 12:56:33 +00:00
parent 9b1de19e6f
commit 0e94f780ff
9 changed files with 400 additions and 148 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# pull official base image
FROM python:3.10.4-slim
FROM python:3.11.1-slim
# set work directory
WORKDIR /usr/src/rad