From 6fb074859e6dde0ee117c6e34c9ee3b766998b47 Mon Sep 17 00:00:00 2001 From: Joey Rubas <46765074+JoeyRubas@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:47:30 -0500 Subject: [PATCH 1/3] Sync docker and pyenv python versions --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a84294655..6f35b5fb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.10.16 # install dependenices ARG DOCTL_VERSION=1.120.0 From c276f9a45e8e5f73d573a939593ae88d7b5597e0 Mon Sep 17 00:00:00 2001 From: Joey Rubas <46765074+JoeyRubas@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:13:54 -0500 Subject: [PATCH 2/3] Update Python base image version to 3.10.16 --- Dockerfile.static | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.static b/Dockerfile.static index 23e4259d6..f802cca3b 100644 --- a/Dockerfile.static +++ b/Dockerfile.static @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.10.16 # sets up nodejs to install npm RUN curl -sL https://deb.nodesource.com/setup_18.x | bash From f9c0bf8a49eb78a5b101b4a44ac713b2b3e514ce Mon Sep 17 00:00:00 2001 From: Joey Rubas <46765074+JoeyRubas@users.noreply.github.com> Date: Thu, 1 Jan 2026 16:14:02 -0500 Subject: [PATCH 3/3] Update Python base image version in Dockerfile Updated Python base image to version 3.10.16. --- Dockerfile.web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.web b/Dockerfile.web index 93f7a8bd8..7c610dfd6 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.10.16 # install dependenices RUN apt-get update && apt-get upgrade -y && \