Updated to current python ver. Learning how to make a container.

This commit is contained in:
Tim AtLee
2024-06-04 12:12:17 -06:00
parent b353c04338
commit bbc042a642
4 changed files with 40 additions and 13 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.12-slim
WORKDIR /app