From f7b61b744aee7b6660bc4f779f66993c95551480 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 12 Jun 2023 16:04:29 -0700 Subject: [PATCH] Use Python 3.11.4 in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2569e238a..77fd95ff1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:20.1.0-buster-slim AS node-image -FROM python:3.11.3-slim-buster +FROM python:3.11.4-slim-buster # Requirements for building packages RUN apt-get update \