mirror of
https://github.com/jwoglom/tconnectsync.git
synced 2026-08-24 02:34:11 -05:00
fix: upgrade Python 3.9 → 3.11 to fix missing python-dotenv
This commit is contained in:
committed by
James Woglom
parent
b1f63f8858
commit
82ccaa5a88
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.9-slim as base
|
||||
FROM python:3.11-slim as base
|
||||
|
||||
# The following is adapted from:
|
||||
# https://sourcery.ai/blog/python-docker/
|
||||
|
||||
Reference in New Issue
Block a user