From bb3e7b36a94dd3a40baf16d0d8649d8f2c99bc19 Mon Sep 17 00:00:00 2001 From: David Blencowe Date: Tue, 30 Jan 2024 20:27:50 +0000 Subject: [PATCH] feat: upgrades dockerfile to python3.10-slim (#189) # Description Updates the Dockerfile container to Python 3.10, bringing it in line with NeonOS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb50f4a..c8ad642 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim as base +FROM python:3.10-slim as base LABEL vendor=neon.ai \ ai.neon.name="neon-speech"