From 2a06892a2920f1879e4bd42ad0eec5fb69b6fb9a Mon Sep 17 00:00:00 2001 From: David Blencowe Date: Tue, 30 Jan 2024 21:34:28 +0000 Subject: [PATCH] feat: upgrades dockerfile to python3.10-slim (#58) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 387da34..717c528 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.10-slim LABEL vendor=neon.ai \ ai.neon.name="neon-gui"