mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -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:
|
# The following is adapted from:
|
||||||
# https://sourcery.ai/blog/python-docker/
|
# https://sourcery.ai/blog/python-docker/
|
||||||
|
|||||||
Reference in New Issue
Block a user